Home
last modified time | relevance | path

Searched refs:ifa_ifwithaddr_scoped_locked (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dif_var_private.h1651 extern struct ifaddr *ifa_ifwithaddr_scoped_locked(const struct sockaddr *,
H A Dif.c1202 ifa_ifwithaddr_scoped_locked(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithaddr_scoped_locked() function
1263 result = ifa_ifwithaddr_scoped_locked(addr, ifscope); in ifa_ifwithaddr_scoped()
H A Dnecp_client.c5889 ifa = ifa_ifwithaddr_scoped_locked(SA(&address), ifp->if_index); in necp_ifnet_matches_local_address()