Home
last modified time | relevance | path

Searched refs:npioctl (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/net/
H A Dif_ppp.h109 struct npioctl { struct
155 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
156 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
/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/net/
H A Dif_ppp.h109 struct npioctl { struct
155 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
156 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
/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.h55 struct npioctl { struct
100 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
/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.h55 struct npioctl { struct
100 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp-ioctl.h55 struct npioctl { struct
100 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst403 protocol. The argument should point to an npioctl struct (defined
420 protocol. The argument should point to an npioctl struct with the
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c621 struct npioctl npi; in ppp_ioctl()