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

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h962 extern struct ifaddr *ifa_ifwithnet(const struct sockaddr *);
H A Dkpi_interface.c1982 return (ifa_ifwithnet(net));
H A Dif.c923 ifa_ifwithnet(const struct sockaddr *addr) function
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c1951 ia = (INA)ifa_ifwithnet(
H A Dip_output.c592 if ((ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == 0) {

Completed in 52 milliseconds