Searched refs:ro_flags (Results 1 – 19 of 19) sorted by relevance
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");
39 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()
468 ro.ro_flags |= RT_HAS_GW; in ip_tryforward()
427 ro.ro_flags = 0; in arprequest_internal()1124 ro.ro_flags = 0; in in_arpinput()
207 uint16_t ro_flags; member
635 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
60 uint16_t ro_flags; member404 (ro)->ro_flags & RT_HAS_GW \
218 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()220 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()
261 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()
111 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
1273 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
76 &rfdslen, &ro.ro_flags); in cloudabi64_sys_sock_recv()
76 &rfdslen, &ro.ro_flags); in cloudabi32_sys_sock_recv()
108 _CHK_ROUTE_FIELD(_route_new, ro_flags) \
379 uint16_t ro_flags; member
770 ro.ro_flags |= RT_HAS_GW; in ipf_fastroute()