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

1 2 3 45

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

Completed in 6249 milliseconds

1 2 3 45