Home | History | Annotate | Download | only in netinet

Lines Matching defs:ip_mrouter

154  * Globals.  All but ip_mrouter and ip_mrtproto could be static,
157 struct socket *ip_mrouter = NULL;
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");
1663 if (socket_send(ip_mrouter, mm, &sin) < 0) {
1665 "ip_mforward: ip_mrouter socket queue full\n");
1995 if (ip_mrouter == NULL)
2505 if (socket_send(ip_mrouter, m, &k_igmpsrc) < 0) {
2506 log(LOG_WARNING, "bw_upcalls_send: ip_mrouter socket queue full\n");
2848 if (socket_send(ip_mrouter, mb_first, &k_igmpsrc) < 0) {
2851 "mcast: pim_register_send_upcall: ip_mrouter socket queue full\n");