Home
last modified time | relevance | path

Searched refs:PPP_FLAG (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/isdn/gigaset/
Dasyncdata.c29 if (c == PPP_FLAG) return 1; in muststuff()
197 } else if (c == PPP_FLAG) { in hdlc_loop()
495 skb_put_u8(hdlc_skb, PPP_FLAG); in HDLC_Encode()
521 skb_put_u8(hdlc_skb, PPP_FLAG); in HDLC_Encode()
Disocdata.c667 if (c == PPP_FLAG) { in hdlc_unpack()
722 if (c == PPP_FLAG) { in hdlc_unpack()
751 if (c == PPP_FLAG) { in hdlc_unpack()
Dbas-gigaset.c1000 gigaset_isowbuf_init(ubc->isooutbuf, PPP_FLAG); in starturbs()
/Linux-v4.19/include/uapi/linux/
Dppp_defs.h32 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
/Linux-v4.19/drivers/net/ppp/
Dppp_async.c566 *buf++ = PPP_FLAG; in ppp_async_encode()
613 *buf++ = PPP_FLAG; in ppp_async_encode()
760 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()
911 } else if (c == PPP_FLAG) { in ppp_async_input()