Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Droute.c1476 if ((ifa = ifa_ifwithnet_scoped(gateway, ifscope)) == NULL) { in rtredirect()
1726 ifa = ifa_ifwithnet_scoped(gw, ifscope); in ifa_ifwithroute_common_locked()
H A Dif_var.h1883 extern struct ifaddr *ifa_ifwithnet_scoped(const struct sockaddr *,
H A Drtsock.c916 if (Ifpaddr && (ifa = ifa_ifwithnet_scoped(Ifpaddr, ifscope)) && in rt_setif()
H A Dif.c1121 ifa_ifwithnet_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithnet_scoped() function
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c1534 ia = ifatoia(ifa_ifwithnet_scoped(SA(&sin), ifscope)); in in_pcbladdr()
1603 ia = ifatoia(ifa_ifwithnet_scoped(SA(&sin), ifscope)); in in_pcbladdr()