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

Completed in 124 milliseconds