Searched refs:RT_REJECT (Results 1 – 4 of 4) sorted by relevance
75 #define RT_REJECT 0x0020 /* Destination is reject */ macro
222 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
73 #define RT_REJECT 0x0020 /* Destination is reject */ macro
299 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()301 ro->ro_flags |= (nh_flags & NHF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()