Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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");
/freebsd-13.1/sys/netinet/
H A Din_fib.h41 uint16_t ro_flags; member
H A Dip_output.c301 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
303 ro->ro_flags |= (nh_flags & NHF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()
304 ro->ro_flags |= (nh_flags & NHF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()
305 ro->ro_flags |= (nh_flags & NHF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()
H A Dip_fastfwd.c470 ro.ro_flags |= RT_HAS_GW; in ip_tryforward()
H A Dif_ether.c429 ro.ro_flags = 0; in arprequest_internal()
1137 ro.ro_flags = 0; in in_arpinput()
H A Dsctp_structs.h190 uint16_t ro_flags; member
H A Din_pcb.c639 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
/freebsd-13.1/sys/net/
H A Droute.h61 uint16_t ro_flags; member
398 (ro)->ro_flags & RT_HAS_GW \
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.c276 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in infiniband_resolve_addr()
317 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in infiniband_output()
H A Dif_ethersubr.c260 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
302 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in ether_output()
H A Dif_fwsubr.c113 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
H A Dbpf.c1264 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
/freebsd-13.1/sys/compat/cloudabi32/
H A Dcloudabi32_sock.c78 &rfdslen, &ro.ro_flags); in cloudabi32_sys_sock_recv()
/freebsd-13.1/sys/compat/cloudabi64/
H A Dcloudabi64_sock.c78 &rfdslen, &ro.ro_flags); in cloudabi64_sys_sock_recv()
/freebsd-13.1/sys/net/route/
H A Droute_var.h112 _CHK_ROUTE_FIELD(_route_new, ro_flags) \
/freebsd-13.1/sys/netinet6/
H A Din6.h388 uint16_t ro_flags; member
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c767 ro.ro_flags |= RT_HAS_GW; in ipf_fastroute()