Searched refs:RT_HAS_GW (Results 1 – 6 of 6) sorted by relevance
77 #define RT_HAS_GW 0x0080 /* Destination has GW */ macro
274 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()
262 if (ro != NULL && (ro->ro_flags & RT_HAS_GW) != 0) in ether_resolve_addr()
75 #define RT_HAS_GW 0x0080 /* Destination has GW */ macro
299 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()