Searched refs:ro_flags (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.h87 * N.B: struct route must begin with ro_rt and ro_flags
92 uint32_t ro_flags; /* route flags (see below) */ member in struct:route
H A Droute.c3300 * If the same, update just the ro_flags and ditch the one
3305 dst->ro_flags = src->ro_flags;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c697 (ro->ro_flags & ROF_SRCIF_SELECTED))) {
966 route->ro_flags &= ~ROF_SRCIF_SELECTED;
979 route->ro_flags |= ROF_SRCIF_SELECTED;
1013 route->ro_flags &= ~ROF_SRCIF_SELECTED;
H A Din6.h467 * N.B: struct route_in6 must begin with ro_rt and ro_flags
472 __uint32_t ro_flags; /* route flags */ member in struct:route_in6
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c626 !(ro->ro_flags & ROF_SRCIF_SELECTED))) {
3320 ro->ro_flags &= ~ROF_SRCIF_SELECTED;
3355 ro->ro_flags |= ROF_SRCIF_SELECTED;

Completed in 48 milliseconds