Home
last modified time | relevance | path

Searched refs:get_primary_ifscope (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Droute_private.h453 extern unsigned int get_primary_ifscope(int);
H A Droute.c546 get_primary_ifscope(int af) in get_primary_ifscope() function
2907 (gwrt->rt_ifp->if_index == get_primary_ifscope(AF_INET) || in rt_setgate()
2908 get_primary_ifscope(AF_INET) == IFSCOPE_NONE)) { in rt_setgate()
3288 ifscope = get_primary_ifscope(af); in rt_lookup_common()
/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.c1979 ipv4_primary = ifindex2ifnet[get_primary_ifscope(AF_INET)]; in net_qos_guideline()
1980 ipv6_primary = ifindex2ifnet[get_primary_ifscope(AF_INET6)]; in net_qos_guideline()
H A Dip_output.c3182 if (scope != get_primary_ifscope(AF_INET) && in in_selectsrcif()
3184 scope = get_primary_ifscope(AF_INET); in in_selectsrcif()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_src.c1115 if (scope != get_primary_ifscope(AF_INET6) && in selectroute()
1117 scope = get_primary_ifscope(AF_INET6); in selectroute()