/external/c-ares/ |
H A D | ares_ipv6.h | 66 #ifndef IF_NAMESIZE 68 #define IF_NAMESIZE IFNAMSIZ macro 70 #define IF_NAMESIZE 256 macro
|
H A D | ares_getnameinfo.c | 78 (sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") + IF_NAMESIZE) 364 char tmpbuf[IF_NAMESIZE + 2]; 388 tmpbuf[IF_NAMESIZE + 1] = '\0';
|
/external/compiler-rt/test/msan/ |
H A D | if_indextoname.cc | 14 char ifname[IF_NAMESIZE + 1];
|
/external/dhcpcd-6.8.2/ |
H A D | dhcpcd.h | 63 char name[IF_NAMESIZE]; 65 char alias[IF_NAMESIZE]; 87 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1]; 115 char control_sock[sizeof(CONTROLSOCKET) + IF_NAMESIZE];
|
H A D | dhcp6.h | 201 char leasefile[sizeof(LEASEFILE6) + IF_NAMESIZE + (IF_SSIDSIZE * 4) +3];
|
H A D | if-options.h | 127 char ifname[IF_NAMESIZE];
|
H A D | if.c | 261 char ifn[IF_NAMESIZE]; 264 char alias[IF_NAMESIZE]; 328 if (intf_len > IF_NAMESIZE)
|
H A D | if-linux.c | 208 char path[sizeof(PROC_PROMOTE) + IF_NAMESIZE]; 230 char path[sizeof(SYS_LAYER2) + IF_NAMESIZE]; 741 char ifn[IF_NAMESIZE + 1]; 1627 char *p, ifaddress[33], address[33], name[IF_NAMESIZE + 1]; 1641 while (fscanf(fp, "%32[a-f0-9] %x %x %x %x %"TOSTRING(IF_NAMESIZE)"s\n",
|
H A D | dhcpcd.c | 1448 char ifn[IF_NAMESIZE]; 1616 if (intf_len > IF_NAMESIZE) { 1885 if (intf_len > IF_NAMESIZE) {
|
H A D | if-bsd.c | 281 char ifname[IF_NAMESIZE];
|
/external/parameter-framework/asio/include/asio/detail/ |
H A D | socket_types.hpp | 52 const int max_addr_v6_str_len = INET6_ADDRSTRLEN + 1 + IF_NAMESIZE;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | socket_types.hpp | 52 const int max_addr_v6_str_len = INET6_ADDRSTRLEN + 1 + IF_NAMESIZE;
|
/external/dnsmasq/src/ |
H A D | helper.c | 47 char interface[IF_NAMESIZE]; 356 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE);
|
H A D | tftp.c | 93 char name[IF_NAMESIZE]; 133 strncpy(name, ifr.ifr_name, IF_NAMESIZE);
|
H A D | network.c | 34 strncpy(name, ifr.ifr_name, IF_NAMESIZE); 69 if (strncmp(name, alias->iface, IF_NAMESIZE) == 0) 81 strncpy(name, bridge->iface, IF_NAMESIZE); 1305 strncpy(ifr.ifr_name, intr, IF_NAMESIZE);
|
H A D | dnsmasq.h | 322 char interface[IF_NAMESIZE+1]; 334 char interface[IF_NAMESIZE+1]; 532 char iface[IF_NAMESIZE];
|
H A D | option.c | 1449 strncpy(newlist->interface, source, IF_NAMESIZE); 1472 strncpy(newlist->interface, source, IF_NAMESIZE); 1619 strncpy(new->iface, arg, IF_NAMESIZE); 1632 strncpy(b->iface, arg, IF_NAMESIZE);
|
/external/toybox/toys/pending/ |
H A D | brctl.c | 80 char br[IF_NAMESIZE], ifn[IF_NAMESIZE];
|
H A D | ip.c | 610 char abuf[IF_NAMESIZE] = {0,}; 612 fill_hwaddr(addr, IF_NAMESIZE, (unsigned char *)abuf); 643 xstrncpy(req.ifr_name, *argv, IF_NAMESIZE); 671 xstrncpy(req.ifr_ifru.ifru_newname, *argv, IF_NAMESIZE); 673 xstrncpy(req.ifr_name, *argv++, IF_NAMESIZE); 686 fill_hwaddr(*argv++, IF_NAMESIZE, 692 fill_hwaddr(*argv++, IF_NAMESIZE, 768 char iface[IF_NAMESIZE]; 2329 xstrncpy(req.ifr_name, ptnl->name, IF_NAMESIZE); 2330 else xstrncpy(req.ifr_name, dev, IF_NAMESIZE); [all...] |
/external/libpcap/ |
H A D | inet.c | 844 #ifndef IF_NAMESIZE 845 #define IF_NAMESIZE IFNAMSIZ macro 847 static char device[IF_NAMESIZE + 1];
|
/external/avahi/avahi-discover-standalone/ |
H A D | main.c | 141 char name[IF_NAMESIZE]; 215 char name[IF_NAMESIZE];
|
/external/avahi/avahi-utils/ |
H A D | avahi-browse.c | 155 char ifname[IF_NAMESIZE]; 470 char ifname[IF_NAMESIZE];
|
/external/avahi/avahi-dnsconfd/ |
H A D | main.c | 258 char name[IF_NAMESIZE];
|
/external/iproute2/bridge/ |
H A D | fdb.c | 133 char ifname[IF_NAMESIZE];
|
/external/avahi/avahi-daemon/ |
H A D | dbus-protocol.c | 345 char name[IF_NAMESIZE];
|