Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/ !
H A Dif_var_private.h1429 extern struct ifaddr *ifa_ifwithaddr_scoped(const struct sockaddr *,
H A Drtsock.c932 (ifa = ifa_ifwithaddr_scoped(Ifaaddr, ifscope))) { in rt_setif()
H A Droute.c1708 ifa = ifa_ifwithaddr_scoped(gw, ifscope); in ifa_ifwithroute_common_locked()
H A Dif.c1090 ifa_ifwithaddr_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithaddr_scoped() function
H A Dnecp.c7521 …struct ifaddr *ifa = ifa_ifwithaddr_scoped((struct sockaddr *)&local_address_sanitized, returned_r… in necp_application_find_policy_match_internal()
/xnu-8796.101.5/bsd/netinet/ !
H A Din_pcb.c1606 ia = ifatoia(ifa_ifwithaddr_scoped(SA(&sin), ifscope)); in in_pcbladdr()