Searched refs:PPP_ESCAPE (Results 1 – 3 of 3) sorted by relevance
29 if (c == PPP_ESCAPE) return 1; in muststuff()169 if (c == PPP_ESCAPE) { in hdlc_loop()499 *(skb_put(hdlc_skb, 1)) = PPP_ESCAPE; in HDLC_Encode()508 *(skb_put(hdlc_skb, 1)) = PPP_ESCAPE; in HDLC_Encode()515 *(skb_put(hdlc_skb, 1)) = PPP_ESCAPE; in HDLC_Encode()
62 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
525 *buf++ = PPP_ESCAPE; \759 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()857 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()913 } else if (c == PPP_ESCAPE) { in ppp_async_input()