Home
last modified time | relevance | path

Searched refs:PPP_FLAG (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dppp_defs.h17 #define PPP_FLAG 0x7e macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dppp_defs.h32 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dppp_defs.h32 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dppp_defs.h30 #define PPP_FLAG 0x7e macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dppp_defs.h30 #define PPP_FLAG 0x7e macro
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_async.c567 *buf++ = PPP_FLAG; in ppp_async_encode()
614 *buf++ = PPP_FLAG; in ppp_async_encode()
761 if (c == PPP_ESCAPE || c == PPP_FLAG || in scan_ordinary()
912 } else if (c == PPP_FLAG) { in ppp_async_input()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds