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

  /external/ppp/pppd/include/net/
if_ppp.h 119 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_ppp.h 143 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
  /bionic/libc/kernel/common/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /development/ndk/platforms/android-3/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /external/kernel-headers/original/linux/
if_ppp.h 124 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ppp.h 138 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
if_ppp.h 82 #define PPPIOCGUNIT _IOR('t', 86, int)
  /external/ppp/pppd/
sys-linux.c 505 if (ioctl(fd, PPPIOCGUNIT, &x) < 0) {
508 fatal("ioctl(PPPIOCGUNIT): %m (line %d)", __LINE__);
    [all...]

Completed in 141 milliseconds