Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ppp/
Dppp_mppe.c125 #define MPPE_BITS(p) ((p)[4] & 0xf0) macro
480 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()
511 if (!(MPPE_BITS(ibuf) & MPPE_BIT_ENCRYPTED)) { in mppe_decompress()