Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dpppos.h97 u8_t in_escaped; /* Escape next character. */ member
/third_party/lwip/src/netif/ppp/
Dpppos.c513 pppos->in_escaped = 1; in pppos_input()
578 pppos->in_escaped = 0; in pppos_input()
588 if (pppos->in_escaped) { in pppos_input()
589 pppos->in_escaped = 0; in pppos_input()