Home
last modified time | relevance | path

Searched refs:IF_NAMESIZE (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/bluez/network/
Dcommon.c198 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/
Dinet.c553 #ifndef IF_NAMESIZE
554 #define IF_NAMESIZE IFNAMSIZ macro
556 static char device[IF_NAMESIZE + 1];
/external/dhcpcd/
Ddhcpcd.h69 char interface[IF_NAMESIZE];
Ddhcpcd.c723 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()
Dnet.h98 char name[IF_NAMESIZE];
Dif-linux.c144 char ifn[IF_NAMESIZE + 1]; in link_netlink()
Dnet.c429 strlcpy(iface->name, ifname, IF_NAMESIZE); in read_interface()
/external/dnsmasq/src/
Dhelper.c47 char interface[IF_NAMESIZE];
356 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE); in queue_script()
Ddnsmasq.h322 char interface[IF_NAMESIZE+1];
333 char interface[IF_NAMESIZE+1];
530 char iface[IF_NAMESIZE];
Dnetwork.c32 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()
Dtftp.c93 char name[IF_NAMESIZE]; in tftp_request()
133 strncpy(name, ifr.ifr_name, IF_NAMESIZE); in tftp_request()
Doption.c1467 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/
Dlease.access.patch295 char interface[IF_NAMESIZE];