Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Droute_private.h118 #define ROF_SRCIF_SELECTED 0x0001 /* source interface was selected */ macro
137 (_ro)->ro_flags &= ~ROF_SRCIF_SELECTED; \
/xnu-10063.101.15/bsd/netinet6/
H A Din6_src.c1074 (ro->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1380 !(route->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1389 route->ro_flags |= ROF_SRCIF_SELECTED; in selectroute()
/xnu-10063.101.15/bsd/netinet/
H A Dip_output.c695 !(ro->ro_flags & ROF_SRCIF_SELECTED))) { in ip_output_list()
877 } else if ((ro->ro_flags & ROF_SRCIF_SELECTED) && in ip_output_list()
3296 ro->ro_flags |= ROF_SRCIF_SELECTED; in in_selectsrcif()