Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dppp_defs.h32 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
/openbmc/linux/drivers/net/ppp/
H A Dppp_async.c556 *buf++ = PPP_FLAG; in ppp_async_encode()
603 *buf++ = PPP_FLAG; in ppp_async_encode()
750 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()
900 } else if (c == PPP_FLAG) { in ppp_async_input()