Searched refs:IS_NO_RIPV2_IN (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sbin/routed/
H A Ddefs.h333 #define IS_NO_RIPV2_IN 0x0020000 /* no RIPv2 input at all */ macro
334 #define IS_NO_RIP_IN (IS_NO_RIPV1_IN | IS_NO_RIPV2_IN)
H A Dparms.c710 parm.parm_int_state |= IS_NO_RIPV2_IN;
719 || (parm.parm_int_state & IS_NO_RIPV2_IN))
H A Dtrace.c503 | IS_NO_RIPV2_IN
509 { IS_NO_RIPV2_IN, 0, "NO_RIPV2_IN" },
H A Dinput.c557 || ((aifp->int_state & IS_NO_RIPV2_IN)

Completed in 58 milliseconds