Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/cloudabi/
HDcloudabi64_types.h85 _Alignas(2) cloudabi_roflags_t ro_flags;
90 _Static_assert(offsetof(cloudabi64_recv_out_t, ro_flags) == 56, "Incorrect layout");
HDcloudabi32_types.h85 _Alignas(2) cloudabi_roflags_t ro_flags;
90 _Static_assert(offsetof(cloudabi32_recv_out_t, ro_flags) == 48, "Incorrect layout");
/freebsd-13-stable/sys/netinet/
HDin_fib.h39 uint16_t ro_flags; member
HDip_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()
HDip_fastfwd.c468 ro.ro_flags |= RT_HAS_GW; in ip_tryforward()
HDif_ether.c427 ro.ro_flags = 0; in arprequest_internal()
1124 ro.ro_flags = 0; in in_arpinput()
HDsctp_structs.h207 uint16_t ro_flags; member
HDin_pcb.c635 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
/freebsd-13-stable/sys/net/
HDroute.h60 uint16_t ro_flags; member
404 (ro)->ro_flags & RT_HAS_GW \
HDif_loop.c218 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
220 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
HDif_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()
HDif_ethersubr.c261 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
303 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in ether_output()
HDif_fwsubr.c111 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
HDbpf.c1273 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
/freebsd-13-stable/sys/compat/cloudabi64/
HDcloudabi64_sock.c76 &rfdslen, &ro.ro_flags); in cloudabi64_sys_sock_recv()
/freebsd-13-stable/sys/compat/cloudabi32/
HDcloudabi32_sock.c76 &rfdslen, &ro.ro_flags); in cloudabi32_sys_sock_recv()
/freebsd-13-stable/sys/net/route/
HDroute_var.h108 _CHK_ROUTE_FIELD(_route_new, ro_flags) \
/freebsd-13-stable/sys/netinet6/
HDin6.h379 uint16_t ro_flags; member
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_fil_freebsd.c770 ro.ro_flags |= RT_HAS_GW; in ipf_fastroute()