Home
last modified time | relevance | path

Searched refs:MPPE_L_BIT (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ppp/
H A Dppp_mppe.h25 #define MPPE_L_BIT 0x20 /* 40-bit */ macro
31 #define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|MPPE_M_BIT|MPPE_H_BIT)
51 *ptr |= MPPE_L_BIT; \
69 if (ptr[3] & MPPE_L_BIT) \