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

/darwin-on-arm/xnu/bsd/net/
H A Droute.h96 #define ROF_SRCIF_SELECTED 0x1 /* source interface was selected */ macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c557 * ROF_SRCIF_SELECTED flag in the pcb-supplied route placeholder is done
697 (ro->ro_flags & ROF_SRCIF_SELECTED))) {
725 * it with the ROF_SRCIF_SELECTED flag below.
966 route->ro_flags &= ~ROF_SRCIF_SELECTED;
979 route->ro_flags |= ROF_SRCIF_SELECTED;
1013 route->ro_flags &= ~ROF_SRCIF_SELECTED;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c626 !(ro->ro_flags & ROF_SRCIF_SELECTED))) {
3093 * ROF_SRCIF_SELECTED flag in the pcb-supplied route placeholder is done
3136 * it with the ROF_SRCIF_SELECTED flag below.
3320 ro->ro_flags &= ~ROF_SRCIF_SELECTED;
3355 ro->ro_flags |= ROF_SRCIF_SELECTED;

Completed in 26 milliseconds