Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Droute.h58 uint16_t ro_flags; member
401 (ro)->ro_flags & RT_HAS_GW \
H A Dif_loop.c214 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
216 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
H A Dif_infiniband.c170 if (((ro->ro_flags & RT_HAS_HEADER) == 0) || in infiniband_resolve_bpf()
320 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in infiniband_resolve_addr()
371 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in infiniband_output()
H A Dif_ethersubr.c263 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
305 if ((ro->ro_flags & RT_LLE_CACHE) != 0) { in ether_output()
H A Dif_fwsubr.c112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
H A Dbpf.c1273 ro.ro_flags = RT_HAS_HEADER; in bpfwrite()
/freebsd/sys/netinet/
H A Din_fib.h39 uint16_t ro_flags; member
H A Dip_output.c298 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
300 ro->ro_flags |= (nh_flags & NHF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()
301 ro->ro_flags |= (nh_flags & NHF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()
302 ro->ro_flags |= (nh_flags & NHF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()
H A Dip_fastfwd.c459 ro.ro_flags |= RT_HAS_GW; in ip_tryforward()
H A Dif_ether.c426 ro.ro_flags = 0; in arprequest_internal()
1113 ro.ro_flags = 0; in in_arpinput()
H A Dsctp_structs.h207 uint16_t ro_flags; member
H A Din_pcb.c691 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
/freebsd/sys/net/route/
H A Droute_var.h108 _CHK_ROUTE_FIELD(_route_new, ro_flags) \
/freebsd/sys/netinet6/
H A Din6.h383 uint16_t ro_flags; member
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c745 ro.ro_flags |= RT_HAS_GW; in ipf_fastroute()
/freebsd/sys/netpfil/pf/
H A Dpf.c8883 ro.ro_flags |= RT_HAS_GW; in pf_route()