Searched refs:IS_NO_RIP_OUT (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/routed/
H A Ddefs.h338 #define IS_NO_RIP_OUT (IS_NO_RIPV1_OUT | IS_NO_RIPV2_OUT) macro
339 #define IS_NO_RIP (IS_NO_RIP_OUT | IS_NO_RIP_IN)
340 #define IS_RIP_OUT_OFF(s) (((s) & IS_NO_RIP_OUT) == IS_NO_RIP_OUT)
H A Dif.c758 ifs0.int_state |= (IS_ALIAS | IS_NO_RIP_OUT | IS_NO_RDISC);
H A Dparms.c704 parm.parm_int_state |= IS_NO_RIP_OUT;

Completed in 55 milliseconds