Home
last modified time | relevance | path

Searched refs:PPPIOCGUNIT (Results 1 – 5 of 5) 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.h89 #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));