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

/freebsd-10.2-release/sbin/routed/
H A Dparms.c117 if (0 == (ifp->int_state & GROUP_IS_ADV_OUT))
731 CKF((GROUP_IS_SOL_OUT|GROUP_IS_ADV_OUT), IS_NO_RDISC);
740 CKF(GROUP_IS_ADV_OUT, IS_NO_ADV_OUT);
743 CKF(GROUP_IS_ADV_OUT, IS_ADV_OUT);
749 CKF((GROUP_IS_SOL_OUT|GROUP_IS_ADV_OUT), IS_NO_RDISC);
880 || (0 != (new->parm_int_state & GROUP_IS_ADV_OUT)
881 && 0 != (parmp->parm_int_state & GROUP_IS_ADV_OUT)
883 & GROUP_IS_ADV_OUT))
H A Ddefs.h349 #define GROUP_IS_ADV_OUT (IS_NO_ADV_OUT | IS_ADV_OUT) macro

Completed in 79 milliseconds