Home
last modified time | relevance | path

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

/linux-4.4.14/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(hdlc_skb, 1)) = PPP_FLAG; in HDLC_Encode()
521 *(skb_put(hdlc_skb, 1)) = 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.c998 gigaset_isowbuf_init(ubc->isooutbuf, PPP_FLAG); in starturbs()
/linux-4.4.14/include/uapi/linux/
Dppp_defs.h31 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
/linux-4.4.14/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()
912 } else if (c == PPP_FLAG) { in ppp_async_input()