Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Droute_private.h116 #define ROF_SRCIF_SELECTED 0x0001 /* source interface was selected */ macro
135 (_ro)->ro_flags &= ~ROF_SRCIF_SELECTED; \
/xnu-11215.1.10/bsd/netinet6/
H A Din6_src.c1081 (ro->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1387 !(route->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1396 route->ro_flags |= ROF_SRCIF_SELECTED; in selectroute()
/xnu-11215.1.10/bsd/netinet/
H A Dip_output.c703 !(ro->ro_flags & ROF_SRCIF_SELECTED))) { in ip_output_list()
889 } else if ((ro->ro_flags & ROF_SRCIF_SELECTED) && in ip_output_list()
3365 ro->ro_flags |= ROF_SRCIF_SELECTED; in in_selectsrcif()