Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif_var_private.h1656 extern struct ifaddr *ifa_ifwithnet(const struct sockaddr *);
H A Dkpi_interface.c2893 return ifa_ifwithnet(net); in ifaddr_withnet()
H A Dif.c1271 ifa_ifwithnet(const struct sockaddr *addr) in ifa_ifwithnet() function
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c661 ia = ifatoia(ifa_ifwithnet(sintosa(dst))); in ip_output_list()
H A Dip_input.c2540 ia = (INA)ifa_ifwithnet(SA(&ipaddr)); in ip_dooptions()