HomeSort by relevance Sort by last modified time
    Searched refs:ifconf (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/compiler-rt/lib/msan/lit_tests/
ioctl_custom.cc 20 struct ifconf ifc;
  /external/dnsmasq/src/
bpf.c 21 static struct iovec ifconf = { variable in typeref:struct:iovec
35 struct ifconf ifc;
47 if (!expand_buf(&ifconf, len))
51 ifc.ifc_buf = ifconf.iov_base;
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 431 struct ifconf ifconf;
460 memset(&ifconf, 0, sizeof(ifconf));
461 ifconf.ifc_req = iflist;
462 ifconf.ifc_len = len;
463 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) {
476 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len);
482 for (ifr = ifconf.ifc_req
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 177 struct ifconf struct
188 # define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) /* not right */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 177 struct ifconf struct
188 # define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) /* not right */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 177 struct ifconf struct
188 # define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) /* not right */
  /bionic/libc/kernel/common/linux/
if.h 190 struct ifconf { struct
  /development/ndk/platforms/android-3/include/linux/
if.h 164 struct ifconf struct
  /external/iproute2/include/linux/
if.h 223 struct ifconf { struct
  /external/kernel-headers/original/linux/
if.h 214 struct ifconf { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if.h 204 struct ifconf struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if.h 204 struct ifconf struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if.h 204 struct ifconf struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
if.h 164 struct ifconf struct
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
if.h 164 struct ifconf struct

Completed in 862 milliseconds

1 2 3