Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dif_loop.c216 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
218 return (ro->ro_flags & RT_BLACKHOLE ? 0 : EHOSTUNREACH); in looutput()
H A Droute.h75 #define RT_BLACKHOLE 0x0040 /* Destination is blackhole */ macro
/freebsd-14.2/sys/netinet/
H A Dip_output.c294 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
297 ro->ro_flags |= (nh_flags & NHF_BLACKHOLE) ? RT_BLACKHOLE : 0; in rt_update_ro_flags()