Home
last modified time | relevance | path

Searched refs:IS_NO_RIP_OUT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/routed/
H A Ddefs.h311 #define IS_NO_RIP_OUT (IS_NO_RIPV1_OUT | IS_NO_RIPV2_OUT) macro
312 #define IS_NO_RIP (IS_NO_RIP_OUT | IS_NO_RIP_IN)
313 #define IS_RIP_OUT_OFF(s) (((s) & IS_NO_RIP_OUT) == IS_NO_RIP_OUT)
H A Dif.c751 ifs0.int_state |= (IS_ALIAS | IS_NO_RIP_OUT | IS_NO_RDISC); in ifinit()