Home
last modified time | relevance | path

Searched refs:ifa_ifwithaddr_scoped (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_var.h1877 extern struct ifaddr *ifa_ifwithaddr_scoped(const struct sockaddr *,
H A Drtsock.c937 (ifa = ifa_ifwithaddr_scoped(Ifaaddr, ifscope))) { in rt_setif()
H A Droute.c1715 ifa = ifa_ifwithaddr_scoped(gw, ifscope); in ifa_ifwithroute_common_locked()
H A Dif.c1101 ifa_ifwithaddr_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithaddr_scoped() function
H A Dnecp.c7204 …struct ifaddr *ifa = ifa_ifwithaddr_scoped((struct sockaddr *)&local_address_sanitized, returned_r… in necp_application_find_policy_match_internal()
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c1600 ia = ifatoia(ifa_ifwithaddr_scoped(SA(&sin), ifscope)); in in_pcbladdr()