Searched refs:ro_flags (Results 1 – 16 of 16) sorted by relevance
55 uint16_t ro_flags; member229 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()231 ro->ro_flags = (rt_flags & RTF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()232 ro->ro_flags |= (rt_flags & RTF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()233 ro->ro_flags |= (rt_flags & RTF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()406 if ((_ro)->ro_flags & RT_NORTREF ) { \407 (_ro)->ro_flags &= ~RT_NORTREF; \
219 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()221 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
697 ro->ro_flags |= RT_NORTREF; in flowtable_lookup()702 ro->ro_flags |= RT_MAY_LOOP; in flowtable_lookup()703 ro->ro_flags |= (!!(lle->la_flags & LLE_IFADDR)) << RT_L2_ME_BIT; in flowtable_lookup()
255 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()292 pflags = ro->ro_flags; in ether_output()
123 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in fddi_output()
218 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in iso88025_output()
117 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in arc_output()
110 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
1165 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
148 MEMBER(cloudabi_msgflags_t) ro_flags; // Output flags.154 ASSERT_OFFSET(recv_out_t, ro_flags, 48, 56);
1366 ro.ro_flags |= RT_CACHING_CONTEXT; in tcp_output()1398 if (!(ro.ro_flags & RT_CACHING_CONTEXT)) { in tcp_output()1452 ro.ro_flags |= RT_CACHING_CONTEXT; in tcp_output()1461 if (!(ro.ro_flags & RT_CACHING_CONTEXT)) { in tcp_output()
401 ro.ro_flags = 0; in arprequest()1103 ro.ro_flags = 0; in in_arpinput()
194 uint16_t ro_flags; member
743 if (!(ro->ro_flags & RT_CACHING_CONTEXT)) in selectroute()778 if (!(ro->ro_flags & RT_CACHING_CONTEXT)) in selectroute()
380 uint16_t ro_flags; member
1267 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in ipoib_requestencap()1411 pflags = ro->ro_flags; in ipoib_output()