Searched refs:RT_HAS_GW (Results 1 – 7 of 7) sorted by relevance
74 #define RT_HAS_GW 0x0080 /* Destination has GW */ macro400 (ro)->ro_flags & RT_HAS_GW \
283 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in infiniband_resolve_addr()
112 is_gw = (ro->ro_flags & RT_HAS_GW) != 0; in firewire_output()
263 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
461 ro.ro_flags |= RT_HAS_GW; in ip_tryforward()
292 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()
745 ro.ro_flags |= RT_HAS_GW; in ipf_fastroute()