Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h385 #define IS_NO_RIPV2_IN 0x00020000 /* no RIPv2 input at all */ macro
386 #define IS_NO_RIP_IN (IS_NO_RIPV1_IN | IS_NO_RIPV2_IN)
H A Dparms.c788 parm.parm_int_state |= IS_NO_RIPV2_IN; in parse_parms()
797 (parm.parm_int_state & IS_NO_RIPV2_IN)) in parse_parms()
H A Dtrace.c594 IS_NO_RIPV2_IN |
600 { IS_NO_RIPV2_IN, 0, "NO_RIPV2_IN" },
H A Dinput.c674 ((ifp->int_state & IS_NO_RIPV2_IN) && in input()