Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDroute.h55 uint16_t ro_flags; member
229 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; \
HDif_loop.c219 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
221 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
HDflowtable.c697 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()
HDif_ethersubr.c255 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
292 pflags = ro->ro_flags; in ether_output()
HDif_fddisubr.c123 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in fddi_output()
HDif_iso88025subr.c218 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in iso88025_output()
HDif_arcsubr.c117 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in arc_output()
HDif_fwsubr.c110 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
HDbpf.c1165 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
/NextBSD/sys/contrib/cloudabi/
HDsyscalldefs_md.h148 MEMBER(cloudabi_msgflags_t) ro_flags; // Output flags.
154 ASSERT_OFFSET(recv_out_t, ro_flags, 48, 56);
/NextBSD/sys/netinet/
HDtcp_output.c1366 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()
HDif_ether.c401 ro.ro_flags = 0; in arprequest()
1103 ro.ro_flags = 0; in in_arpinput()
HDsctp_structs.h194 uint16_t ro_flags; member
/NextBSD/sys/netinet6/
HDin6_src.c743 if (!(ro->ro_flags & RT_CACHING_CONTEXT)) in selectroute()
778 if (!(ro->ro_flags & RT_CACHING_CONTEXT)) in selectroute()
HDin6.h380 uint16_t ro_flags; member
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_main.c1267 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in ipoib_requestencap()
1411 pflags = ro->ro_flags; in ipoib_output()