Home
last modified time | relevance | path

Searched refs:RT_HAS_GW (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net/
H A Droute.h74 #define RT_HAS_GW 0x0080 /* Destination has GW */ macro
400 (ro)->ro_flags & RT_HAS_GW \
H A Dif_infiniband.c283 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in infiniband_resolve_addr()
H A Dif_fwsubr.c112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
H A Dif_ethersubr.c263 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
/freebsd/sys/netinet/
H A Dip_fastfwd.c461 ro.ro_flags |= RT_HAS_GW; in ip_tryforward()
H A Dip_output.c292 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
296 ro->ro_flags |= (nh_flags & NHF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c745 ro.ro_flags |= RT_HAS_GW; in ipf_fastroute()