HomeSort by relevance Sort by last modified time
    Searched full:ifr_name (Results 126 - 141 of 141) sorted by null

1 2 3 4 56

  /system/core/libnetutils/
ifc_utils.c 163 strncpy(ifr->ifr_name, name, IFNAMSIZ);
164 ifr->ifr_name[IFNAMSIZ - 1] = 0;
  /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);
  /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 307 strncpy(req.ifr_name, interfaceName.c_str(), sizeof(req.ifr_name));
308 req.ifr_name[sizeof(req.ifr_name) - 1] = '\0';
    [all...]
  /system/core/init/
builtins.c 172 strlcpy(ifr.ifr_name, interface, IFNAMSIZ);
  /external/iputils/
rdisc.c 1154 if (strlen(ifreq.ifr_name) >= IFNAMSIZ)
1168 strncpy(interfaces[i].name, ifr->ifr_name, IFNAMSIZ-1);
    [all...]
ping.c 330 strncpy(ifr.ifr_name, device, IFNAMSIZ-1);
430 strncpy(ifr.ifr_name, device, IFNAMSIZ-1);
    [all...]
  /external/libpcap/
pcap-bpf.c 666 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
  /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/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
sctp_os_userspace.h 320 char ifr_name[16]; member in struct:ifreq
    [all...]
  /external/iproute2/ip/
ipaddress.c 158 strcpy(ifr.ifr_name, rta_getattr_str(tb[IFLA_IFNAME]));
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 293 milliseconds

1 2 3 4 56