Searched refs:IS_NO_RIPV1_IN (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Ddefs.h350 #define IS_NO_RIPV1_IN 0x0010000 /* no RIPv1 input at all */ macro
352 #define IS_NO_RIP_IN (IS_NO_RIPV1_IN | IS_NO_RIPV2_IN)
H A Dparms.c132 && !(ifp->int_state & IS_NO_RIPV1_IN)
729 parm.parm_int_state |= IS_NO_RIPV1_IN;
743 parm.parm_int_state |= (IS_NO_RIPV1_IN
H A Dtrace.c518 { (IS_NO_RIPV1_IN
522 { (IS_NO_RIPV1_IN
524 { IS_NO_RIPV1_IN, 0, "NO_RIPV1_IN" },
H A Dinput.c560 if (((aifp->int_state & IS_NO_RIPV1_IN)
H A Doutput.c954 || (ifp->int_state & IS_NO_RIPV1_IN)) {
H A Dif.c1240 if (!(ifp->int_state & IS_NO_RIPV1_IN))

Completed in 119 milliseconds