Home
last modified time | relevance | path

Searched refs:SC_MUST_COMP (Results 1 – 4 of 4) sorted by relevance

/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-ioctl.h42 #define SC_MUST_COMP 0x00400000 /* no uncompressed packets may be sent or received */ macro
/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-ioctl.h42 #define SC_MUST_COMP 0x00400000 /* no uncompressed packets may be sent or received */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp-ioctl.h42 #define SC_MUST_COMP 0x00400000 /* no uncompressed packets may be sent or received */ macro
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c164 |SC_COMP_TCP|SC_REJ_COMP_TCP|SC_MUST_COMP)
1686 if (!(ppp->flags & SC_CCP_UP) && (ppp->flags & SC_MUST_COMP)) { in ppp_send_frame()
2214 if (ppp->flags & SC_MUST_COMP && ppp->rstate & SC_DC_FERROR) in ppp_receive_nonmp_frame()