Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dmppe.c291 state->sanity_errors += 100; in mppe_decompress()
306 state->sanity_errors += 100; in mppe_decompress()
312 state->sanity_errors += 100; in mppe_decompress()
318 state->sanity_errors += 100; in mppe_decompress()
329 state->sanity_errors++; in mppe_decompress()
396 state->sanity_errors >>= 1; in mppe_decompress()
401 if (state->sanity_errors >= SANITY_MAX) { in mppe_decompress()
/third_party/lwip/src/include/netif/ppp/
Dmppe.h164 u16_t sanity_errors; /* take down LCP if too many */ member