Searched refs:get_primary_ifscope (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.h498 extern unsigned int get_primary_ifscope(int);
H A Droute.c429 get_primary_ifscope(int af) function
2395 (gwrt->rt_ifp->if_index == get_primary_ifscope(AF_INET) ||
2396 get_primary_ifscope(AF_INET) == IFSCOPE_NONE)) {
2705 ifscope = get_primary_ifscope(af);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c729 if (scope != get_primary_ifscope(AF_INET6) &&
731 scope = get_primary_ifscope(AF_INET6);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c3140 if (scope != get_primary_ifscope(AF_INET) &&
3142 scope = get_primary_ifscope(AF_INET);

Completed in 67 milliseconds