LACP_STATE_AGGREGATION
p->p_actor_state = LACP_STATE_AGGREGATION;
(ISSET(rpi->lacp_state, LACP_STATE_AGGREGATION) ==
ISSET(lpi->lacp_state, LACP_STATE_AGGREGATION)))
pi->lacp_state = LACP_STATE_AGGREGATION | LACP_STATE_SYNC;
ISSET(pi->lacp_state, LACP_STATE_AGGREGATION))
LACP_STATE_SYNC | LACP_STATE_AGGREGATION;
if (!ISSET(pi->lacp_state, LACP_STATE_AGGREGATION)) {
CLR(p->p_partner_state, LACP_STATE_AGGREGATION);