Searched refs:ro_flags (Results 1 – 17 of 17) sorted by relevance
41 uint16_t ro_flags; member
299 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()301 ro->ro_flags |= (nh_flags & NHF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()302 ro->ro_flags |= (nh_flags & NHF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()303 ro->ro_flags |= (nh_flags & NHF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()
439 ro.ro_flags = 0; in arprequest_internal()1149 ro.ro_flags = 0; in in_arpinput()
190 uint16_t ro_flags; member
636 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
85 _Alignas(2) cloudabi_roflags_t ro_flags;90 _Static_assert(offsetof(cloudabi64_recv_out_t, ro_flags) == 56, "Incorrect layout");
85 _Alignas(2) cloudabi_roflags_t ro_flags;90 _Static_assert(offsetof(cloudabi32_recv_out_t, ro_flags) == 48, "Incorrect layout");
222 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()224 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
274 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in infiniband_resolve_addr()315 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in infiniband_output()
61 uint16_t ro_flags; member
262 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()304 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in ether_output()
112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
1259 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
59 uint16_t ro_flags; member
110 _CHK_ROUTE_FIELD(_route_new, ro_flags) \
388 uint16_t ro_flags; member