Home
last modified time | relevance | path

Searched refs:IS_DISTRUST (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/routed/
H A Ddefs.h297 #define IS_DISTRUST 0x0000100 /* ignore untrusted routers */ macro
H A Dinput.c553 if (aifp->int_state & IS_DISTRUST) { in input()
H A Dtrace.c476 { IS_DISTRUST, 0, "DISTRUST" },
H A Dparms.c806 parm.parm_int_state |= IS_DISTRUST; in parse_parms()