Searched refs:MPPE_CCOUNT (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ | ||
H A D | mppe.c | 51 #define MPPE_CCOUNT(p) ((((p)[0] & 0x0f) << 8) + (p)[1]) macro 297 ccount = MPPE_CCOUNT(pl); in mppe_decompress() |
Completed in 1 milliseconds