Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif_var_private.h1649 extern struct ifaddr *ifa_ifwithaddr_scoped(const struct sockaddr *,
H A Drtsock.c1019 (ifa = ifa_ifwithaddr_scoped(Ifaaddr, ifscope))) { in rt_setif()
H A Droute.c1771 ifa = ifa_ifwithaddr_scoped(gw, ifscope); in ifa_ifwithroute_common_locked()
H A Dif.c1257 ifa_ifwithaddr_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithaddr_scoped() function
H A Dnecp.c8677 …struct ifaddr *ifa = ifa_ifwithaddr_scoped(SA(&local_address_sanitized), returned_result->routed_i… in necp_application_find_policy_match_internal()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c1713 ia = ifatoia(ifa_ifwithaddr_scoped(SA(&sin), ifscope)); in in_pcbladdr()