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

  /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
  /external/dhcpcd/
dhcpcd.h 69 char interface[IF_NAMESIZE];
net.h 98 char name[IF_NAMESIZE];
dhcpcd.c 720 if (strlen(argv[optind]) >= IF_NAMESIZE) {
723 argv[optind], IF_NAMESIZE);
887 prefix = xmalloc(sizeof(char) * (IF_NAMESIZE + 3));
888 snprintf(prefix, IF_NAMESIZE, "%s: ", options->interface);
if-linux.c 144 char ifn[IF_NAMESIZE + 1];
net.c 429 strlcpy(iface->name, ifname, 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 404 bufsiz >= IF_NAMESIZE) {

Completed in 249 milliseconds