Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_mcast.c146 static struct ifnet * ip_multicast_if(struct in_addr *, unsigned int *);
1511 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_block_unblock_source()
2048 ifp = ip_multicast_if(&new_ina, &ifindex); in inp_lookup_mcast_ifp()
2490 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_leave_group()
2733 ifp = ip_multicast_if(&addr, &ifindex); in inp_set_multicast_if()
3305 ip_multicast_if(struct in_addr *a, unsigned int *ifindexp) in ip_multicast_if() function