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

/freebsd-11-stable/sbin/routed/
H A Ddefs.h347 #define IS_NO_ADV_OUT 0x1000000 /* do not advertise rdisc */ macro
349 #define GROUP_IS_ADV_OUT (IS_NO_ADV_OUT | IS_ADV_OUT)
351 #define IS_NO_RDISC (IS_NO_ADV_IN | IS_NO_SOL_OUT | IS_NO_ADV_OUT)
H A Drdisc.c228 || (ifp->int_state & IS_NO_ADV_OUT)
825 if (0 != (ifp->int_state & (IS_NO_ADV_OUT | IS_BROKE)))
1046 if (ifp->int_state & IS_NO_ADV_OUT)
H A Dparms.c118 ifp->int_state |= IS_NO_ADV_OUT;
744 CKF(GROUP_IS_ADV_OUT, IS_NO_ADV_OUT);
H A Dtrace.c520 | IS_NO_ADV_OUT), IS_BCAST_RDISC, "NO_RDISC" },
523 { IS_NO_ADV_OUT, IS_BCAST_RDISC, "NO_RDISC_ADV" },

Completed in 71 milliseconds