Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dif_var_private.h1630 extern struct ifaddr *ifa_ifwithaddr_scoped_locked(const struct sockaddr *,
H A Dif.c1195 ifa_ifwithaddr_scoped_locked(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithaddr_scoped_locked() function
1256 result = ifa_ifwithaddr_scoped_locked(addr, ifscope); in ifa_ifwithaddr_scoped()
H A Dnecp_client.c5659 ifa = ifa_ifwithaddr_scoped_locked(SA(&address), ifp->if_index); in necp_ifnet_matches_local_address()