Searched refs:PPP_ESCAPE (Results 1 – 3 of 3) sorted by relevance
30 if (c == PPP_ESCAPE) return 1; in muststuff()170 if (c == PPP_ESCAPE) { in hdlc_loop()500 *(skb_put(hdlc_skb, 1)) = PPP_ESCAPE; in HDLC_Encode()509 *(skb_put(hdlc_skb, 1)) = PPP_ESCAPE; in HDLC_Encode()516 *(skb_put(hdlc_skb, 1)) = PPP_ESCAPE; in HDLC_Encode()
32 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
526 *buf++ = PPP_ESCAPE; \760 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()858 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()914 } else if (c == PPP_ESCAPE) { in ppp_async_input()