Home
last modified time | relevance | path

Searched refs:PPPIOCSNPMODE (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/include/net/
Dif_ppp.h130 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ macro
/external/ppp/pppd/
Dsys-linux.c2748 if (ioctl(ppp_dev_fd, PPPIOCSNPMODE, (caddr_t) &npi) < 0) {
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp1828 unsigned IOCTL_PPPIOCSNPMODE = PPPIOCSNPMODE;
Dsanitizer_interceptors_ioctl_netbsd.inc718 _(PPPIOCSNPMODE, READ, struct_npioctl_sz);