Searched refs:PPP_ESCAPE (Results 1 – 4 of 4) sorted by relevance
523 *buf++ = PPP_ESCAPE; \757 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()855 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()910 } else if (c == PPP_ESCAPE) { in ppp_async_input()
33 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro