Home
last modified time | relevance | path

Searched refs:ip_multicast_if (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Din_mcast.c148 static struct ifnet * ip_multicast_if(struct in_addr *, unsigned int *);
1517 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_block_unblock_source()
2054 ifp = ip_multicast_if(&new_ina, &ifindex); in inp_lookup_mcast_ifp()
2495 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_leave_group()
2738 ifp = ip_multicast_if(&addr, &ifindex); in inp_set_multicast_if()
3302 ip_multicast_if(struct in_addr *a, unsigned int *ifindexp) in ip_multicast_if() function