CCP_MPPE_STATELESS
((_this->ppp->ccp.mppe_o_bits & CCP_MPPE_STATELESS) != 0)? 1 : 0;
((_this->ppp->ccp.mppe_p_bits & CCP_MPPE_STATELESS) != 0)? 1 : 0;
our_bits |= CCP_MPPE_STATELESS;
our_bits |= peer_bits & CCP_MPPE_STATELESS;
our_bits |= CCP_MPPE_STATELESS;
, ((CCP_MPPE_STATELESS& bits) != 0)? ",stateless" : ",stateful");