Home
last modified time | relevance | path

Searched refs:PPPIOCGUNIT (Results 1 – 9 of 9) sorted by relevance

/external/ppp/pppd/include/net/
Dif_ppp.h119 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h90 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
/external/ppp/pppd/
Dsys-linux.c512 if (ioctl(fd, PPPIOCGUNIT, &x) < 0) { in generic_establish_ppp()
2723 if (ioctl(ppp_fd, PPPIOCGUNIT, &ifunit) < 0) in open_ppp_loopback()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc631 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
Dsanitizer_common_interceptors_ioctl.inc207 _(PPPIOCGUNIT, WRITE, sizeof(int));
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp632 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
Dsanitizer_common_interceptors_ioctl.inc210 _(PPPIOCGUNIT, WRITE, sizeof(int));
Dsanitizer_platform_limits_netbsd.cpp1817 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
Dsanitizer_interceptors_ioctl_netbsd.inc707 _(PPPIOCGUNIT, WRITE, sizeof(int));