HomeSort by: relevance | last modified time | path
    Searched refs:ip6_mrouter (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet6/
ip6_mroute.c 167 * Globals. All but ip6_mrouter, ip6_mrtproto and mrt6stat could be static,
170 struct socket *ip6_mrouter = NULL; variable in typeref:struct:socket *
320 if (sopt->sopt_name != MRT6_INIT && so != ip6_mrouter)
376 if (so != ip6_mrouter)
485 if (ip6_mrouter != NULL)
488 ip6_mrouter = so;
589 ip6_mrouter = NULL;
610 if (ip6_mrouter == NULL)
1217 if (socket_send(ip6_mrouter, mm, &sin6) < 0) {
1218 log(LOG_WARNING, "ip6_mforward: ip6_mrouter "
    [all...]
ip6_var.h 263 extern struct socket *ip6_mrouter; /* multicast routing daemon */
ip6_input.c 423 } else if (!ip6_mrouter) {
647 if (ip6_mrouter != NULL) {
raw_ip6.c 632 if (so == ip6_mrouter) {
mld6.c 608 im6o.im6o_multicast_loop = (ip6_mrouter != NULL);
ip6_output.c 667 if (ip6_mrouter && (flags & IPV6_FORWARDING) == 0) {

Completed in 17 milliseconds