Searched refs:ip6_mrouter (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.c132 * Globals. All but ip6_mrouter, ip6_mrtproto and mrt6stat could be static,
135 struct socket *ip6_mrouter = NULL; variable in typeref:struct:socket
275 if (so != ip6_mrouter && sopt->sopt_name != MRT6_INIT)
341 if (so != ip6_mrouter) return EACCES;
453 if (ip6_mrouter != NULL) return EADDRINUSE;
455 ip6_mrouter = so;
569 ip6_mrouter = NULL;
1151 if (socket_send(ip6_mrouter, mm, &sin6) < 0) {
1152 log(LOG_WARNING, "ip6_mforward: ip6_mrouter "
1386 if (socket_send(ip6_mrouter, m
[all...]
H A Dip6_var.h274 extern struct socket *ip6_mrouter; /* multicast routing daemon */
H A Dmld6.c471 im6o.im6o_multicast_loop = (ip6_mrouter != NULL);
H A Draw_ip6.c598 if (so == ip6_mrouter)
H A Dip6_input.c611 else if (!ip6_mrouter) {
867 if (ip6_mrouter && ip6_mforward(ip6, m->m_pkthdr.rcvif, m)) {
H A Dip6_output.c795 if (ip6_mrouter && (flags & IPV6_FORWARDING) == 0) {

Completed in 34 milliseconds