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

/freebsd-11-stable/sbin/routed/
H A Ddefs.h332 #define IS_NO_RIPV1_IN 0x0010000 /* no RIPv1 input at all */ macro
334 #define IS_NO_RIP_IN (IS_NO_RIPV1_IN | IS_NO_RIPV2_IN)
H A Dparms.c128 && !(ifp->int_state & IS_NO_RIPV1_IN)
711 parm.parm_int_state |= IS_NO_RIPV1_IN;
725 parm.parm_int_state |= (IS_NO_RIPV1_IN
H A Dtrace.c508 { (IS_NO_RIPV1_IN
512 { (IS_NO_RIPV1_IN
514 { IS_NO_RIPV1_IN, 0, "NO_RIPV1_IN" },
H A Dinput.c567 if (((aifp->int_state & IS_NO_RIPV1_IN)
H A Doutput.c934 || (ifp->int_state & IS_NO_RIPV1_IN)) {
H A Dif.c1201 if (!(ifp->int_state & IS_NO_RIPV1_IN))

Completed in 113 milliseconds