Searched refs:PPPIOCGUNIT (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/include/net/ |
D | if_ppp.h | 119 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp-ioctl.h | 90 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
|
/external/ppp/pppd/ |
D | sys-linux.c | 512 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/ |
D | sanitizer_platform_limits_posix.cc | 631 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
|
D | sanitizer_common_interceptors_ioctl.inc | 207 _(PPPIOCGUNIT, WRITE, sizeof(int));
|