HomeSort by relevance Sort by last modified time
    Searched full:ifr_name (Results 101 - 125 of 142) sorted by null

1 2 3 45 6

  /external/dnsmasq/src/
dhcp.c 198 if (!indextoname(daemon->dhcpfd, iface_index, ifr.ifr_name))
214 if (!iface_check(AF_INET, (struct all_addr *)addrp, ifr.ifr_name, &iface_index))
218 if (tmp->name && (strcmp(tmp->name, ifr.ifr_name) == 0))
226 my_syslog(MS_DHCP | LOG_WARNING, _("DHCP packet received on %s which has no address"), ifr.ifr_name);
245 iov.iov_len = dhcp_reply(parm.current, ifr.ifr_name, iface_index, (size_t)sz,
314 strncpy(req.arp_dev, ifr.ifr_name, 16);
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 68 strncpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
  /external/dhcpcd/
if-bsd.c 128 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 168 os_strlcpy(ifr.ifr_name, drv->ifname, sizeof(ifr.ifr_name));
191 os_strlcpy(ifr.ifr_name, drv->ifname, sizeof(ifr.ifr_name));
224 os_strlcpy(ifr.ifr_name, drv->ifname, sizeof(ifr.ifr_name));
288 os_strlcpy(ifr.ifr_name, drv->ifname, sizeof(ifr.ifr_name));
    [all...]
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);
  /external/chromium_org/third_party/libjingle/source/talk/base/
ifaddrs-android.cc 70 strncpy(ifr.ifr_name, ifaddr->ifa_name, IFNAMSIZ - 1);
  /external/ipsec-tools/
main.c 122 sprintf(*envp, "INTERFACE=%s", ifr.ifr_name);
  /external/libppp/src/
iface.c 563 strncpy(ifrq.ifr_name, ifname, sizeof ifrq.ifr_name - 1);
564 ifrq.ifr_name[sizeof ifrq.ifr_name - 1] = '\0';
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 114 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 65 os_strncpy(ifr.ifr_name, bss->ifname, IFNAMSIZ);
  /external/libpcap/
pcap-linux.c     [all...]
pcap-snoop.c 318 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
inet.c 627 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
  /frameworks/base/services/common_time/
common_time_server.cpp 445 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", mBindIface.string());
446 ifr.ifr_name[sizeof(ifr.ifr_name) - 1] = 0;
452 "(errno = %d)", ifr.ifr_name, errno);
547 strlcpy(ifr.ifr_name, mBindIface.string(), IFNAMSIZ);
    [all...]
  /external/chromium_org/net/dns/
address_sorter_posix.cc 362 strncpy(ifr.ifr_name, ifa->ifa_name, sizeof(ifr.ifr_name) - 1);
  /external/iputils/
rarpd.c 157 strncpy(ifl->name, ifrp->ifr_name, IFNAMSIZ);
617 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /external/wpa_supplicant_8/src/ap/
iapp.c 412 os_strlcpy(ifr.ifr_name, iface, sizeof(ifr.ifr_name));
  /bionic/libc/kernel/common/linux/
if.h 169 #define ifr_name ifr_ifrn.ifrn_name macro
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 277 strcpy(ifr.ifr_name, argv[1]);
  /system/core/toolbox/
iftop.c 83 strcpy(ifr.ifr_name, if_name);
  /external/iproute2/misc/
arpd.c 199 if (setsockopt(udp_sock, SOL_SOCKET, SO_BINDTODEVICE, ifr.ifr_name, strlen(ifr.ifr_name)+1) < 0)
669 strncpy(ifr.ifr_name, ifnames[i], IFNAMSIZ);
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 912 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
924 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
    [all...]
  /external/dnsmasq/contrib/lease-access/
lease.access.patch 282 - iov.iov_len = dhcp_reply(parm.current, ifr.ifr_name, iface_index, (size_t)sz,
284 + iov.iov_len = dhcp_reply(piperead, parm.current, ifr.ifr_name, iface_index, (size_t)sz,
  /external/openssh/
misc.c 679 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "tun%d", tun);

Completed in 1094 milliseconds

1 2 3 45 6