Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dppp_async.c81 #define SC_ESCAPE 2 macro
767 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
848 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()
888 if (ap->state & SC_ESCAPE) { in ppp_async_input()
890 ap->state &= ~SC_ESCAPE; in ppp_async_input()
904 ap->state |= SC_ESCAPE; in ppp_async_input()