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

/xnu-2422.115.4/bsd/net/
H A Droute.h141 #define ROF_SRCIF_SELECTED 0x1 /* source interface was selected */ macro
160 (_ro)->ro_flags &= ~ROF_SRCIF_SELECTED; \
/xnu-2422.115.4/bsd/netinet6/
H A Din6_src.c556 * ROF_SRCIF_SELECTED flag in the pcb-supplied route placeholder is done
698 (ro->ro_flags & ROF_SRCIF_SELECTED)) {
726 * it with the ROF_SRCIF_SELECTED flag below.
984 !(route->ro_flags & ROF_SRCIF_SELECTED)) {
991 route->ro_flags |= ROF_SRCIF_SELECTED;
/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c652 !(ro->ro_flags & ROF_SRCIF_SELECTED))) {
827 else if ((ro->ro_flags & ROF_SRCIF_SELECTED) &&
3087 * ROF_SRCIF_SELECTED flag in the pcb-supplied route placeholder is done
3132 * it with the ROF_SRCIF_SELECTED flag below.
3354 ro->ro_flags |= ROF_SRCIF_SELECTED;

Completed in 36 milliseconds