Searched refs:MPPE_CCOUNT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
H A Dppp_mppe.c126 #define MPPE_CCOUNT(p) ((((p)[4] & 0x0f) << 8) + (p)[5]) macro
505 ccount = MPPE_CCOUNT(ibuf); mppe_decompress()

Completed in 33 milliseconds