Searched refs:in_escaped (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.h93 u8_t in_escaped; /* Escape next character. */ member in struct:pppos_pcb_s
H A Dpppos.c496 pppos->in_escaped = 1;
561 pppos->in_escaped = 0;
571 if (pppos->in_escaped) {
572 pppos->in_escaped = 0;
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c496 pppos->in_escaped = 1;
561 pppos->in_escaped = 0;
571 if (pppos->in_escaped) {
572 pppos->in_escaped = 0;

Completed in 39 milliseconds