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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h384 #define IS_NO_RIPV1_IN 0x00010000 /* no RIPv1 input at all */ macro
386 #define IS_NO_RIP_IN (IS_NO_RIPV1_IN | IS_NO_RIPV2_IN)
H A Dparms.c132 !(ifp->int_state & IS_NO_RIPV1_IN) && !warned_auth_in) {
785 parm.parm_int_state |= IS_NO_RIPV1_IN;
799 parm.parm_int_state |= (IS_NO_RIPV1_IN
H A Dtrace.c593 { (IS_NO_RIPV1_IN |
597 { (IS_NO_RIPV1_IN |
599 { IS_NO_RIPV1_IN, 0, "NO_RIPV1_IN" },
H A Dinput.c672 if (((ifp->int_state & IS_NO_RIPV1_IN) &&
H A Doutput.c1037 (ifp->int_state & IS_NO_RIPV1_IN)) {
H A Dif.c1692 if (!(ifp->int_state & IS_NO_RIPV1_IN))

Completed in 77 milliseconds