Home
last modified time | relevance | path

Searched refs:PPP_CONTROL (Results 1 – 6 of 6) 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.h24 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) 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.h24 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp_defs.h24 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_mppe.c365 obuf[1] = PPP_CONTROL(ibuf); in mppe_compress()
556 obuf[1] = PPP_CONTROL(ibuf); /* +1 */ in mppe_decompress()
H A Dppp_deflate.c210 wptr[1] = PPP_CONTROL(rptr); in z_compress()
441 obuf[1] = PPP_CONTROL(ibuf); in z_decompress()
H A Dbsd_comp.c642 *wptr++ = PPP_CONTROL(rptr); in bsd_compress()
863 ctrl = PPP_CONTROL (ibuf); in bsd_decompress()