HomeSort by relevance Sort by last modified time
    Searched refs:SIOCGIFTXQLEN (Results 76 - 83 of 83) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sockios.h 64 #define SIOCGIFTXQLEN 0x8942
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sockios.h 64 #define SIOCGIFTXQLEN 0x8942
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sockios.h 64 #define SIOCGIFTXQLEN 0x8942
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sockios.h 64 #define SIOCGIFTXQLEN 0x8942
  /external/strace/
sock.c 143 case SIOCGIFTXQLEN:
223 case SIOCGIFTXQLEN:
  /external/toybox/toys/other/
ifconfig.c 239 if (ioctl(TT.sockfd, SIOCGIFTXQLEN, &ifre) >= 0) val[16] = ifre.ifr_qlen;
  /external/iproute2/ip/
ipaddress.c 159 if (ioctl(s, SIOCGIFTXQLEN, &ifr) < 0) {
    [all...]
  /external/toybox/toys/pending/
ip.c 761 if (ioctl(fd, SIOCGIFTXQLEN, &req)) perror("");
    [all...]

Completed in 380 milliseconds

1 2 34