Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/
A Dpppos.c485 u8_t cur_char; in pppos_input() local
504 cur_char = *s_u8++; in pppos_input()
507 escaped = ESCAPE_P(pppos->in_accm, cur_char); in pppos_input()
517 if (cur_char == PPP_ESCAPE) { in pppos_input()
520 } else if (cur_char == PPP_FLAG) { in pppos_input()
618 cur_char ^= PPP_TRANS; in pppos_input()
626 if (cur_char == PPP_ALLSTATIONS) { in pppos_input()
634 if (cur_char == PPP_UI) { in pppos_input()
642 if (cur_char & 1) { in pppos_input()
643 pppos->in_protocol = cur_char; in pppos_input()
[all …]

Completed in 3 milliseconds