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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h678 struct ifaddr *ifa_ifwithnet_scoped(const struct sockaddr *, unsigned int);
H A Droute.c822 if ((ifa = ifa_ifwithnet_scoped(gateway, ifscope)) == NULL) {
1019 ifa = ifa_ifwithnet_scoped(gateway, ifscope);
H A Drtsock.c705 if (Ifpaddr && (ifa = ifa_ifwithnet_scoped(Ifpaddr, ifscope)) &&
H A Dif.c708 ifa_ifwithnet_scoped(const struct sockaddr *addr, unsigned int ifscope) function
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c673 ia = ifatoia(ifa_ifwithnet_scoped(sintosa(sin),

Completed in 80 milliseconds