HomeSort by relevance Sort by last modified time
    Searched refs:ifr_name (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 914 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
926 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
    [all...]
  /system/core/toolbox/
iftop.c 83 strcpy(ifr.ifr_name, if_name);
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 189 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
222 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
    [all...]
driver_roboswitch.c 395 os_strlcpy(drv->ifr.ifr_name, drv->ifname, IFNAMSIZ);
driver_nl80211.c     [all...]
  /external/libpcap/
pcap-bpf.c 666 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
  /external/dnsmasq/src/
helper.c 356 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE);
forward.c 674 if (!indextoname(listen->fd, if_index, ifr.ifr_name) ||
675 !iface_check(listen->family, &dst_addr, ifr.ifr_name, &if_index))
tftp.c 133 strncpy(name, ifr.ifr_name, IF_NAMESIZE);
  /external/iproute2/misc/
arpd.c 197 if (setsockopt(udp_sock, SOL_SOCKET, SO_BINDTODEVICE, ifr.ifr_name, strlen(ifr.ifr_name)+1) < 0)
661 strncpy(ifr.ifr_name, ifnames[i], IFNAMSIZ);
  /external/openssh/
misc.c 679 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "tun%d", tun);
  /external/ping/
ping.c 280 strncpy(ifr.ifr_name, device, IFNAMSIZ-1);
348 strncpy(ifr.ifr_name, device, IFNAMSIZ-1);
    [all...]
  /system/core/libnetutils/
ifc_utils.c 163 strncpy(ifr->ifr_name, name, IFNAMSIZ);
164 ifr->ifr_name[IFNAMSIZ - 1] = 0;
  /hardware/ti/wlan/mac80211/ti-utils/
nvs.c 208 sprintf(ifr.ifr_name, if_name_fmt, ifc_num) ;
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 304 strncpy(req.ifr_name, interfaceName.c_str(), sizeof(req.ifr_name));
305 req.ifr_name[sizeof(req.ifr_name) - 1] = '\0';
    [all...]
  /system/core/init/
builtins.c 171 strlcpy(ifr.ifr_name, interface, IFNAMSIZ);
  /external/qemu/
net-android.c     [all...]
net.c 1316 pstrcpy(ifr.ifr_name, IFNAMSIZ, ifname);
1318 pstrcpy(ifr.ifr_name, IFNAMSIZ, "tap%d");
1325 pstrcpy(ifname, ifname_size, ifr.ifr_name);
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 231 #define vki_ifr_name ifr_name
  /external/iproute2/ip/
ipaddress.c 143 strcpy(ifr.ifr_name, name);

Completed in 1200 milliseconds

1 2 3 45