Searched refs:net6 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/etc/
H A Drc.firewall206 net6="$firewall_client_net_ipv6"
214 if [ -n "$net6" ]; then
215 ${fwcmd} add pass all from me to ${net6}
216 ${fwcmd} add pass all from ${net6} to me
219 if [ -n "$net6" ]; then
222 ${fwcmd} add pass all from ${net6} to ff02::/16
/freebsd-10-stable/sys/netinet/
H A Dsctp_asconf.c1835 struct sockaddr_in6 *sin6, *net6; local
1852 net6 = (struct sockaddr_in6 *)&net->ro._l_addr;
1853 if (IN6_IS_ADDR_LINKLOCAL(&net6->sin6_addr) == 0)
1855 if (sctp_is_same_scope(sin6, net6)) {

Completed in 144 milliseconds