Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dasyncdata.c27 if (c == PPP_ESCAPE) return 1; in muststuff()
167 if (c == PPP_ESCAPE) { in hdlc_loop()
497 skb_put_u8(hdlc_skb, PPP_ESCAPE); in HDLC_Encode()
506 skb_put_u8(hdlc_skb, PPP_ESCAPE); in HDLC_Encode()
513 skb_put_u8(hdlc_skb, PPP_ESCAPE); in HDLC_Encode()
/Linux-v5.4/include/uapi/linux/
Dppp_defs.h33 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
/Linux-v5.4/drivers/net/ppp/
Dppp_async.c522 *buf++ = PPP_ESCAPE; \
756 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()
854 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()
909 } else if (c == PPP_ESCAPE) { in ppp_async_input()