Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h77 #define RT_HAS_GW 0x0080 /* Destination has GW */ macro
H A Dif_infiniband.c274 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.c262 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
/f-stack/tools/compat/include/net/
H A Droute.h75 #define RT_HAS_GW 0x0080 /* Destination has GW */ macro
/f-stack/freebsd/netinet/
H A Dip_output.c299 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
303 ro->ro_flags |= (nh_flags & NHF_GATEWAY) ? RT_HAS_GW : 0; in rt_update_ro_flags()