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

  /src/sys/netinet/
ip_mroute.c 154 * Globals. All but ip_mrouter and ip_mrtproto could be static,
157 struct socket *ip_mrouter = NULL; variable in typeref:struct:socket *
417 if (sopt->sopt_name != MRT_INIT && so != ip_mrouter)
486 if (so != ip_mrouter)
520 if (so != ip_mrouter)
599 if (ip_mrouter != NULL)
602 ip_mrouter = so;
677 ip_mrouter = NULL;
1447 if (socket_send(ip_mrouter, mm, &sin) < 0) {
1449 "ip_mforward: ip_mrouter socket queue full\n")
    [all...]
igmp.c 640 extern struct socket *ip_mrouter;
641 imo.imo_multicast_loop = (ip_mrouter != NULL);
raw_ip.c 546 extern struct socket *ip_mrouter;
547 if (so == ip_mrouter) {
ip_input.c 672 extern struct socket *ip_mrouter;
674 if (ip_mrouter) {
ip_output.c 500 extern struct socket *ip_mrouter;
502 if (ip_mrouter && (flags & IP_FORWARDING) == 0) {
  /src/sys/netinet6/
ip6_mroute.c 200 extern struct socket *ip_mrouter;
536 if (!ip_mrouter)

Completed in 22 milliseconds