Searched refs:npioctl (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ppp-ioctl.h | 55 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 */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ppp-ioctl.h | 55 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 */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ppp-ioctl.h | 54 struct npioctl { struct 90 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) 91 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ppp-ioctl.h | 41 struct npioctl { struct 77 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) 78 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ppp-ioctl.h | 54 struct npioctl { struct 90 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) 91 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl)
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 621 struct npioctl npi; in ppp_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 706 struct npioctl npi; in ppp_ioctl()
|
Completed in 14 milliseconds