Home
last modified time | relevance | path

Searched refs:IS_NO_SOL_OUT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/routed/
H A Ddefs.h314 #define IS_NO_SOL_OUT 0x0400000 /* send no solicitations */ macro
316 #define GROUP_IS_SOL_OUT (IS_SOL_OUT | IS_NO_SOL_OUT)
321 #define IS_NO_RDISC (IS_NO_ADV_IN | IS_NO_SOL_OUT | IS_NO_ADV_OUT)
H A Dparms.c106 ifp->int_state |= IS_NO_SOL_OUT; in get_parms()
728 CKF(GROUP_IS_SOL_OUT, IS_NO_SOL_OUT); in parse_parms()
843 new->parm_int_state |= IS_NO_SOL_OUT; in check_parms()
844 if (new->parm_int_state & IS_NO_SOL_OUT) in check_parms()
H A Dtrace.c501 | IS_NO_SOL_OUT
503 { IS_NO_SOL_OUT, 0, "NO_SOLICIT" },
H A Drdisc.c857 if (0 != (ifp->int_state & (IS_NO_SOL_OUT | IS_BROKE)) in rdisc_sol()