Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dppp_defs.h32 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
/linux-6.12.1/drivers/net/ppp/
Dppp_async.c557 *buf++ = PPP_FLAG; in ppp_async_encode()
604 *buf++ = PPP_FLAG; in ppp_async_encode()
751 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()
901 } else if (c == PPP_FLAG) { in ppp_async_input()