Home
last modified time | relevance | path

Searched refs:RT_BLACKHOLE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/net/
H A Droute.h77 #define RT_BLACKHOLE 0x0040 /* Destination is blackhole */ macro
228 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
231 ro->ro_flags |= (rt_flags & RTF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()
H A Dif_loop.c222 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
224 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()