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

1 2

  /bionic/libc/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /development/ndk/platforms/android-3/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/net/
if.h 30 #ifndef IF_NAMESIZE
31 #define IF_NAMESIZE IFNAMSIZ
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 32 #define IF_NAMESIZE 16
130 # define IFNAMSIZ IF_NAMESIZE
  /external/dhcpcd/
dhcpcd.h 85 char name[IF_NAMESIZE];
if-linux.c 228 char ifn[IF_NAMESIZE + 1];
289 char ifn[IF_NAMESIZE + 1];
338 char ifn[IF_NAMESIZE + 1];
if-bsd.c 311 char ifname[IF_NAMESIZE];
net.c 321 char ifn[IF_NAMESIZE];
  /external/bluetooth/bluez/network/
common.c 198 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1);
223 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1);
  /external/libpcap/
inet.c 553 #ifndef IF_NAMESIZE
554 #define IF_NAMESIZE IFNAMSIZ
556 static char device[IF_NAMESIZE + 1];
  /external/dnsmasq/src/
helper.c 47 char interface[IF_NAMESIZE];
356 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE);
network.c 32 strncpy(name, ifr.ifr_name, IF_NAMESIZE);
67 if (strncmp(name, alias->iface, IF_NAMESIZE) == 0)
79 strncpy(name, bridge->iface, IF_NAMESIZE);
965 strncpy(ifr.ifr_name, intr, IF_NAMESIZE);
tftp.c 93 char name[IF_NAMESIZE];
133 strncpy(name, ifr.ifr_name, IF_NAMESIZE);
dnsmasq.h 322 char interface[IF_NAMESIZE+1];
333 char interface[IF_NAMESIZE+1];
530 char iface[IF_NAMESIZE];
option.c     [all...]
  /bionic/libc/netbsd/net/
getnameinfo.c 514 bufsiz >= IF_NAMESIZE) {
  /bionic/libc/netbsd/resolv/
res_cache.c 1173 char ifname[IF_NAMESIZE + 1]
    [all...]

Completed in 564 milliseconds

1 2