Searched refs:ro_flags (Results 1 – 14 of 14) sorted by relevance
62 uint16_t ro_flags; member228 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()230 ro->ro_flags |= (rt_flags & RTF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()231 ro->ro_flags |= (rt_flags & RTF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()232 ro->ro_flags |= (rt_flags & RTF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()
222 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()224 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
264 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()306 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in ether_output()
112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
1194 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
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");
78 &rfdslen, &ro.ro_flags); in cloudabi32_sys_sock_recv()
78 &rfdslen, &ro.ro_flags); in cloudabi64_sys_sock_recv()
387 uint16_t ro_flags; member
424 ro.ro_flags = 0; in arprequest()1132 ro.ro_flags = 0; in in_arpinput()
196 uint16_t ro_flags; member
555 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
1485 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in ipoib_output()