Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h396 #define IS_NO_SOL_OUT 0x00400000 /* send no solicitations */ macro
398 #define GROUP_IS_SOL_OUT (IS_SOL_OUT | IS_NO_SOL_OUT)
403 #define IS_NO_RDISC (IS_NO_ADV_IN | IS_NO_SOL_OUT | IS_NO_ADV_OUT)
H A Dparms.c120 ifp->int_state |= IS_NO_SOL_OUT; in get_parms()
812 CKF(GROUP_IS_SOL_OUT, IS_NO_SOL_OUT); in parse_parms()
918 if (new->parm_int_state & (IS_NO_ADV_IN|IS_NO_SOL_OUT)) in insert_parm()
919 new->parm_int_state |= IS_NO_ADV_IN|IS_NO_SOL_OUT; in insert_parm()
H A Dtrace.c605 IS_NO_SOL_OUT |
607 { IS_NO_SOL_OUT, 0, "NO_SOLICIT" },
H A Drdisc.c1181 if (0 != (ifp->int_state & (IS_NO_SOL_OUT | IS_BROKE)) || in rdisc_sol()