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

/freebsd-11-stable/sbin/routed/
H A Ddefs.h334 #define IS_NO_RIP_IN (IS_NO_RIPV1_IN | IS_NO_RIPV2_IN) macro
335 #define IS_RIP_IN_OFF(s) (((s) & IS_NO_RIP_IN) == IS_NO_RIP_IN)
339 #define IS_NO_RIP (IS_NO_RIP_OUT | IS_NO_RIP_IN)

Completed in 45 milliseconds