Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dppp_mppe.c121 #define MPPE_CCOUNT(p) ((((p)[4] & 0x0f) << 8) + (p)[5]) macro
463 ccount = MPPE_CCOUNT(ibuf); in mppe_decompress()