Searched refs:IF_NAMESIZE (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/bluez/network/ |
D | common.c | 198 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1); in bnep_if_up() 223 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1); in bnep_if_down()
|
/external/libpcap/ |
D | inet.c | 553 #ifndef IF_NAMESIZE 554 #define IF_NAMESIZE IFNAMSIZ macro 556 static char device[IF_NAMESIZE + 1];
|
/external/dhcpcd/ |
D | dhcpcd.h | 69 char interface[IF_NAMESIZE];
|
D | dhcpcd.c | 723 if (strlen(argv[optind]) >= IF_NAMESIZE) { in main() 726 argv[optind], IF_NAMESIZE); in main() 890 prefix = xmalloc(sizeof(char) * (IF_NAMESIZE + 3)); in main() 891 snprintf(prefix, IF_NAMESIZE, "%s: ", options->interface); in main()
|
D | net.h | 98 char name[IF_NAMESIZE];
|
D | if-linux.c | 144 char ifn[IF_NAMESIZE + 1]; in link_netlink()
|
D | net.c | 429 strlcpy(iface->name, ifname, IF_NAMESIZE); in read_interface()
|
/external/dnsmasq/src/ |
D | helper.c | 47 char interface[IF_NAMESIZE]; 356 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE); in queue_script()
|
D | dnsmasq.h | 322 char interface[IF_NAMESIZE+1]; 333 char interface[IF_NAMESIZE+1]; 530 char iface[IF_NAMESIZE];
|
D | network.c | 32 strncpy(name, ifr.ifr_name, IF_NAMESIZE); in indextoname() 67 if (strncmp(name, alias->iface, IF_NAMESIZE) == 0) in iface_check() 79 strncpy(name, bridge->iface, IF_NAMESIZE); in iface_check() 965 strncpy(ifr.ifr_name, intr, IF_NAMESIZE); in get_ifaddr()
|
D | tftp.c | 93 char name[IF_NAMESIZE]; in tftp_request() 133 strncpy(name, ifr.ifr_name, IF_NAMESIZE); in tftp_request()
|
D | option.c | 1467 strncpy(newlist->interface, source, IF_NAMESIZE); in one_opt() 1492 strncpy(newlist->interface, source, IF_NAMESIZE); in one_opt() 1636 strncpy(new->iface, arg, IF_NAMESIZE); in one_opt() 1649 strncpy(b->iface, arg, IF_NAMESIZE); in one_opt()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 295 char interface[IF_NAMESIZE];
|