Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dppp_mppe.c120 #define MPPE_BITS(p) ((p)[4] & 0xf0) macro
439 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()
469 if (!(MPPE_BITS(ibuf) & MPPE_BIT_ENCRYPTED)) { in mppe_decompress()