HomeSort by relevance Sort by last modified time
    Searched refs:PPPIOCGUNIT (Results 76 - 79 of 79) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /external/ppp/pppd/
sys-linux.c 506 if (ioctl(fd, PPPIOCGUNIT, &x) < 0) {
509 fatal("ioctl(PPPIOCGUNIT): %m (line %d)", __LINE__);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 548 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
    [all...]

Completed in 1156 milliseconds

1 2 34