Searched refs:ip_multicast_if (Results 1 – 1 of 1) sorted by relevance
148 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()2047 ifp = ip_multicast_if(&new_ina, &ifindex); in inp_lookup_mcast_ifp()2488 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_leave_group()2731 ifp = ip_multicast_if(&addr, &ifindex); in inp_set_multicast_if()3303 ip_multicast_if(struct in_addr *a, unsigned int *ifindexp) in ip_multicast_if() function