Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_mcast.c146 static struct ifnet * ip_multicast_if(struct in_addr *, unsigned int *);
1498 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_block_unblock_source()
2045 ifp = ip_multicast_if(&new_ina, &ifindex); in inp_lookup_mcast_ifp()
2485 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_leave_group()
2718 ifp = ip_multicast_if(&addr, &ifindex); in inp_set_multicast_if()
3290 ip_multicast_if(struct in_addr *a, unsigned int *ifindexp) in ip_multicast_if() function