HomeSort by relevance Sort by last modified time
    Searched defs:npioctl (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
ppp-ioctl.h 54 struct npioctl { struct
90 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl)
91 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl)
  /external/kernel-headers/original/uapi/linux/
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 */
  /external/ppp/pppd/include/net/
if_ppp.h 89 struct npioctl { struct
129 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
130 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */

Completed in 47 milliseconds