Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Droute_private.h122 #define ROF_SRCIF_SELECTED 0x0001 /* source interface was selected */ macro
152 (_ro)->ro_flags &= ~ROF_SRCIF_SELECTED; \
/xnu-8792.41.9/bsd/netinet6/
H A Din6_src.c989 (ro->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1295 !(route->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1304 route->ro_flags |= ROF_SRCIF_SELECTED; in selectroute()
/xnu-8792.41.9/bsd/netinet/
H A Dip_output.c680 !(ro->ro_flags & ROF_SRCIF_SELECTED))) { in ip_output_list()
862 } else if ((ro->ro_flags & ROF_SRCIF_SELECTED) && in ip_output_list()
3299 ro->ro_flags |= ROF_SRCIF_SELECTED; in in_selectsrcif()