Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dmppe.c50 #define MPPE_BITS(p) ((p)[0] & 0xf0) macro
296 flushed = MPPE_BITS(pl) & MPPE_BIT_FLUSHED; in mppe_decompress()
302 if (!(MPPE_BITS(pl) & MPPE_BIT_ENCRYPTED)) { in mppe_decompress()