Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Droute.h72 #define RT_REJECT 0x0020 /* Destination is reject */ macro
H A Dif_loop.c226 if (ro != NULL && ro->ro_flags & (RT_REJECT|RT_BLACKHOLE)) { in looutput()
/freebsd/sys/netinet/
H A Dip_output.c292 ro->ro_flags &= ~ (RT_REJECT|RT_BLACKHOLE|RT_HAS_GW); in rt_update_ro_flags()
294 ro->ro_flags |= (nh_flags & NHF_REJECT) ? RT_REJECT : 0; in rt_update_ro_flags()