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

  /external/ppp/pppd/include/net/
if_ppp.h 115 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_ppp.h 139 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
  /bionic/libc/kernel/common/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /development/ndk/platforms/android-3/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /external/kernel-headers/original/linux/
if_ppp.h 120 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ppp.h 134 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
if_ppp.h 78 #define PPPIOCGFLAGS _IOR('t', 90, int)
  /external/ppp/pppd/
sys-linux.c 291 if (ioctl(fd, PPPIOCGFLAGS, &flags) == -1)
740 if (ioctl(ppp_fd, PPPIOCGFLAGS, (caddr_t) &x) == 0) {
    [all...]

Completed in 323 milliseconds