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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h677 struct ifaddr *ifa_ifwithnet(const struct sockaddr *);
H A Dkpi_interface.c1285 return ifa_ifwithnet(net);
H A Dif.c702 ifa_ifwithnet(const struct sockaddr *addr) function
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_src.c307 ia6 = ifatoia6(ifa_ifwithnet(sin6tosa(&sin6)));
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_input.c1763 ia = (INA)ifa_ifwithnet((SA)&ipaddr);
H A Dip_output.c470 if ((ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == 0) {

Completed in 104 milliseconds