Searched defs:MPPE_M_BIT (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dmppe.h61 #define MPPE_M_BIT 0x80 /* 56-bit, not supported */ macro
65 #define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|MPPE_M_BIT|MPPE_H_BIT)
107 if (ptr[3] & MPPE_M_BIT) \

Completed in 219 milliseconds