Searched refs:V_ip6_mrouter (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.c384 if (so != V_ip6_mrouter && sopt->sopt_name != MRT6_INIT)
448 if (so != V_ip6_mrouter)
570 if (V_ip6_mrouter != NULL) {
575 V_ip6_mrouter = so;
606 if (V_ip6_mrouter == NULL) {
662 V_ip6_mrouter = NULL;
1243 if (socket_send(V_ip6_mrouter, mm, &sin6) < 0) {
1472 if (socket_send(V_ip6_mrouter, mm, &sin6) < 0) {
1682 if (socket_send(V_ip6_mrouter, mm, &sin6) < 0) {
1938 if (V_ip6_mrouter !
[all...]
H A Dip6_var.h314 #define V_ip6_mrouter VNET(ip6_mrouter) macro
H A Draw_ip6.c682 if (so == V_ip6_mrouter && ip6_mrouter_done)
H A Dip6_input.c894 if (V_ip6_mrouter &&
H A Dmld6.c3089 im6o.im6o_multicast_loop = (V_ip6_mrouter != NULL);
H A Dip6_output.c746 if (V_ip6_mrouter && (flags & IPV6_FORWARDING) == 0) {

Completed in 140 milliseconds