Home
last modified time | relevance | path

Searched refs:ro_flags (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_fib.h41 uint16_t ro_flags; member
H A Dip_output.c299 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()
H A Dif_ether.c439 ro.ro_flags = 0; in arprequest_internal()
1149 ro.ro_flags = 0; in in_arpinput()
H A Dsctp_structs.h190 uint16_t ro_flags; member
H A Din_pcb.c636 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi64_types.h85 _Alignas(2) cloudabi_roflags_t ro_flags;
90 _Static_assert(offsetof(cloudabi64_recv_out_t, ro_flags) == 56, "Incorrect layout");
H A Dcloudabi32_types.h85 _Alignas(2) cloudabi_roflags_t ro_flags;
90 _Static_assert(offsetof(cloudabi32_recv_out_t, ro_flags) == 48, "Incorrect layout");
/f-stack/freebsd/net/
H A Dif_loop.c222 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
224 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
H A Dif_infiniband.c274 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()
H A Droute.h61 uint16_t ro_flags; member
H A Dif_ethersubr.c262 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()
H A Dif_fwsubr.c112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
H A Dbpf.c1259 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
/f-stack/tools/compat/include/net/
H A Droute.h59 uint16_t ro_flags; member
/f-stack/freebsd/net/route/
H A Droute_var.h110 _CHK_ROUTE_FIELD(_route_new, ro_flags) \
/f-stack/tools/compat/include/netinet6/
H A Din6.h388 uint16_t ro_flags; member
/f-stack/freebsd/netinet6/
H A Din6.h388 uint16_t ro_flags; member