Home
last modified time | relevance | path

Searched refs:IS_RIP_IN_OFF (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c772 !IS_RIP_IN_OFF(ifp->int_state) && in rip_off()
806 if (!IS_RIP_IN_OFF(ifp->int_state) && in rip_mcast_on()
H A Ddefs.h387 #define IS_RIP_IN_OFF(s) (((s) & IS_NO_RIP_IN) == IS_NO_RIP_IN) macro
H A Dparms.c130 if (!IS_RIP_IN_OFF(ifp->int_state) && in get_parms()
H A Doutput.c1004 if (IS_RIP_IN_OFF(ifp->int_state) || in rip_query()
H A Dinput.c659 if (IS_RIP_IN_OFF(ifp->int_state)) { in input()