Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/gigaset/
Dasyncdata.c30 if (c == PPP_ESCAPE) return 1; in muststuff()
170 if (c == PPP_ESCAPE) { in hdlc_loop()
500 skb_put_u8(hdlc_skb, PPP_ESCAPE); in HDLC_Encode()
509 skb_put_u8(hdlc_skb, PPP_ESCAPE); in HDLC_Encode()
516 skb_put_u8(hdlc_skb, PPP_ESCAPE); in HDLC_Encode()
/Linux-v4.19/include/uapi/linux/
Dppp_defs.h33 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
/Linux-v4.19/drivers/net/ppp/
Dppp_async.c526 *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()
913 } else if (c == PPP_ESCAPE) { in ppp_async_input()