Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/bsd/netinet6/
H A Din6_src.c1082 (ro->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1388 !(route->ro_flags & ROF_SRCIF_SELECTED)) { in selectroute()
1397 route->ro_flags |= ROF_SRCIF_SELECTED; in selectroute()
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c709 !(ro->ro_flags & ROF_SRCIF_SELECTED))) { in ip_output_list()
907 } else if ((ro->ro_flags & ROF_SRCIF_SELECTED) && in ip_output_list()
3404 ro->ro_flags |= ROF_SRCIF_SELECTED; in in_selectsrcif()