Searched refs:CCP_MPPE_NT_40bit (Results 1 – 2 of 2) sorted by relevance
133 _this->keylenbits |= CCP_MPPE_NT_40bit; in mppe_init()205 if ((_this->ppp->ccp.mppe_o_bits & CCP_MPPE_NT_40bit) != 0) { in mppe_start()218 if ((_this->ppp->ccp.mppe_p_bits & CCP_MPPE_NT_40bit) != 0) { in mppe_start()262 else if ((peer_bits & CCP_MPPE_NT_40bit) != 0) in mppe_create_our_bits()263 our_bits = CCP_MPPE_NT_40bit; in mppe_create_our_bits()543 , ((CCP_MPPE_NT_40bit& bits) != 0)? ",40bit" : "" in mppe_bits_to_string()
93 #define CCP_MPPE_NT_40bit 0x00000020 macro