HomeSort by relevance Sort by last modified time
    Searched refs:SIOCGIFINDEX (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
sockios.h 52 #define SIOCGIFINDEX 0x8933
53 #define SIOGIFINDEX SIOCGIFINDEX
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sockios.h 52 #define SIOCGIFINDEX 0x8933
53 #define SIOGIFINDEX SIOCGIFINDEX
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sockios.h 52 #define SIOCGIFINDEX 0x8933
53 #define SIOGIFINDEX SIOCGIFINDEX
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sockios.h 52 #define SIOCGIFINDEX 0x8933
53 #define SIOGIFINDEX SIOCGIFINDEX
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sockios.h 52 #define SIOCGIFINDEX 0x8933
53 #define SIOGIFINDEX SIOCGIFINDEX
  /external/strace/
sock.c 124 case SIOCGIFINDEX:
167 case SIOCGIFINDEX:
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 170 if (ioctl(fd, SIOCGIFINDEX, &ifr) < 0) {
plugin.c 330 if (ioctl(fd, SIOCGIFINDEX, &ifr) < 0) {
pppoe-discovery.c 176 if (ioctl(fd, SIOCGIFINDEX, &ifr) < 0) {
  /external/libpcap/
pcap-can-linux.c 175 if (ioctl(handle->fd, SIOCGIFINDEX, &ifr) < 0)
  /external/iputils/
rarpd.c 130 if (ioctl(fd, SIOCGIFINDEX, ifrp)) {
618 if (ioctl(pset[0].fd, SIOCGIFINDEX, &ifr)) {
619 perror("ioctl(SIOCGIFINDEX)");
ping.c 339 if (ioctl(probe_fd, SIOCGIFINDEX, &ifr) < 0) {
434 if (ioctl(icmp_sock, SIOCGIFINDEX, &ifr) < 0) {
    [all...]
arping.c 823 perror("ioctl(SIOCGIFINDEX");
830 if (ioctl(s, SIOCGIFINDEX, ifr) < 0) {
831 perror("ioctl(SIOCGIFINDEX");
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 327 #ifdef SIOCGIFINDEX
328 if ( 0 >= ioctl(sockfd, SIOCGIFINDEX, &ifrcopy))
332 ifi->ifi_index = index++; /* SIOCGIFINDEX is broken on Solaris 2.5ish, so fake it */
  /external/toybox/toys/pending/
arping.c 78 xioctl(fd, SIOCGIFINDEX, &req);
  /system/extras/tests/net_test/
net_test.py 146 ifr = fcntl.ioctl(s, scapy.SIOCGIFINDEX, ifr)
  /external/wpa_supplicant_8/src/ap/
iapp.c 409 if (ioctl(iapp->udp_sock, SIOCGIFINDEX, &ifr) != 0) {
410 wpa_printf(MSG_INFO, "iapp_init - ioctl(SIOCGIFINDEX): %s",
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 248 if (ioctl(l2->fd, SIOCGIFINDEX, &ifr) < 0) {
249 wpa_printf(MSG_ERROR, "%s: ioctl[SIOCGIFINDEX]: %s",
  /external/dhcpcd/
net.c 86 if (ioctl(socket_afnet, SIOCGIFINDEX, &ifr) != -1)
  /external/toybox/toys/other/
ifconfig.c 457 xioctl(fd6, SIOCGIFINDEX, &ifre);
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 224 if (ioctl(drv->sock, SIOCGIFINDEX, &ifr) != 0) {
225 wpa_printf(MSG_ERROR, "ioctl(SIOCGIFINDEX): %s",
  /system/core/libnetutils/
ifc_utils.c 191 r = ioctl(ifc_ctl_sock, SIOCGIFINDEX, &ifr);
  /external/ppp/pppd/
sys-linux.c     [all...]
  /external/iproute2/ip/
iplink.c 720 if (ioctl(s, SIOCGIFINDEX, &ifr) < 0) {
721 perror("SIOCGIFINDEX");
  /external/iproute2/misc/
arpd.c 670 if (ioctl(udp_sock, SIOCGIFINDEX, &ifr)) {
671 perror("ioctl(SIOCGIFINDEX)");

Completed in 1097 milliseconds

1 2 34 5