Home
last modified time | relevance | path

Searched refs:PPP_COMP (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dppp_defs.h47 #define PPP_COMP 0xfd /* compressed packet */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dppp_defs.h47 #define PPP_COMP 0xfd /* compressed packet */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp_defs.h47 #define PPP_COMP 0xfd /* compressed packet */ macro
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_mppe.c366 put_unaligned_be16(PPP_COMP, obuf + 2); in mppe_compress()
H A Dppp_deflate.c211 put_unaligned_be16(PPP_COMP, wptr + 2); in z_compress()
H A Dbsd_comp.c644 *wptr++ = PPP_COMP; in bsd_compress()
H A Dppp_generic.c2356 if (proto == PPP_COMP) { in ppp_decompress_frame()