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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dparms.c121 if (0 == (ifp->int_state & GROUP_IS_ADV_OUT))
753 CKF((GROUP_IS_SOL_OUT|GROUP_IS_ADV_OUT), IS_NO_RDISC);
762 CKF(GROUP_IS_ADV_OUT, IS_NO_ADV_OUT);
765 CKF(GROUP_IS_ADV_OUT, IS_ADV_OUT);
771 CKF((GROUP_IS_SOL_OUT|GROUP_IS_ADV_OUT), IS_NO_RDISC);
904 || (0 != (new->parm_int_state & GROUP_IS_ADV_OUT)
905 && 0 != (parmp->parm_int_state & GROUP_IS_ADV_OUT)
907 & GROUP_IS_ADV_OUT))
H A Ddefs.h367 #define GROUP_IS_ADV_OUT (IS_NO_ADV_OUT | IS_ADV_OUT) macro

Completed in 112 milliseconds