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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Ddefs.h365 #define IS_NO_ADV_OUT 0x1000000 /* do not advertise rdisc */ macro
367 #define GROUP_IS_ADV_OUT (IS_NO_ADV_OUT | IS_ADV_OUT)
369 #define IS_NO_RDISC (IS_NO_ADV_IN | IS_NO_SOL_OUT | IS_NO_ADV_OUT)
H A Drdisc.c232 || (ifp->int_state & IS_NO_ADV_OUT)
843 if (0 != (ifp->int_state & (IS_NO_ADV_OUT | IS_BROKE)))
1066 if (ifp->int_state & IS_NO_ADV_OUT)
H A Dparms.c122 ifp->int_state |= IS_NO_ADV_OUT;
762 CKF(GROUP_IS_ADV_OUT, IS_NO_ADV_OUT);
H A Dtrace.c530 | IS_NO_ADV_OUT), IS_BCAST_RDISC, "NO_RDISC" },
533 { IS_NO_ADV_OUT, IS_BCAST_RDISC, "NO_RDISC_ADV" },

Completed in 130 milliseconds