Home
last modified time | relevance | path

Searched refs:npioctl (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dppp-ioctl.h53 struct npioctl { struct
98 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
99 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
/linux-3.4.99/Documentation/networking/
Dppp_generic.txt397 protocol. The argument should point to an npioctl struct (defined
412 protocol. The argument should point to an npioctl struct with the
/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c562 struct npioctl npi; in ppp_ioctl()