Home
last modified time | relevance | path

Searched refs:PPPIOCSACTIVE (Results 1 – 5 of 5) 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.h103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ 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.h103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp-ioctl.h103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst425 * PPPIOCSPASS and PPPIOCSACTIVE set the ``pass`` and ``active`` packet
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c803 case PPPIOCSACTIVE: in ppp_ioctl()