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