Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif_var.h1884 extern struct ifaddr *ifa_ifwithnet(const struct sockaddr *);
H A Dkpi_interface.c2747 return ifa_ifwithnet(net); in ifaddr_withnet()
H A Dif.c1112 ifa_ifwithnet(const struct sockaddr *addr) in ifa_ifwithnet() function
/xnu-8020.101.4/bsd/netinet/
H A Dip_output.c633 ia = ifatoia(ifa_ifwithnet(sintosa(dst))); in ip_output_list()
H A Dip_input.c2900 ia = (INA)ifa_ifwithnet(SA(&ipaddr)); in ip_dooptions()