CCP_MPPE_NT_40bit
_this->keylenbits |= CCP_MPPE_NT_40bit;
if ((_this->ppp->ccp.mppe_o_bits & CCP_MPPE_NT_40bit) != 0) {
if ((_this->ppp->ccp.mppe_p_bits & CCP_MPPE_NT_40bit) != 0) {
else if ((peer_bits & CCP_MPPE_NT_40bit) != 0)
our_bits = CCP_MPPE_NT_40bit;
, ((CCP_MPPE_NT_40bit& bits) != 0)? ",40bit" : ""