HomeSort by: relevance | last modified time | path
    Searched defs:ip6_mrouter (Results 1 - 2 of 2) 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_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...]

Completed in 25 milliseconds