Searched refs:RT_BLACKHOLE (Results 1 – 4 of 4) sorted by relevance
222 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()224 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
76 #define RT_BLACKHOLE 0x0040 /* Destination is blackhole */ macro
74 #define RT_BLACKHOLE 0x0040 /* Destination is blackhole */ macro
299 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()302 ro->ro_flags |= (nh_flags & NHF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()