Home
last modified time | relevance | path

Searched refs:SIOCGIFTXQLEN (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/
Dsock.c189 case SIOCGIFTXQLEN: in print_ifreq()
418 case SIOCGIFTXQLEN: in MPERS_PRINTER_DECL()
/external/kernel-headers/original/uapi/linux/
Dsockios.h75 #define SIOCGIFTXQLEN 0x8942 /* Get the tx queue length */ macro
/external/iproute2/include/uapi/linux/
Dsockios.h75 #define SIOCGIFTXQLEN 0x8942 /* Get the tx queue length */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c77 PyModule_AddIntMacro(m, SIOCGIFTXQLEN); in _init_sys_ioctl_h()
/external/syzkaller/sys/linux/
Dsocket_amd64.const187 SIOCGIFTXQLEN = 35138
Dsocket_arm64.const187 SIOCGIFTXQLEN = 35138
Dsocket_ppc64le.const187 SIOCGIFTXQLEN = 35138
Dsocket_arm.const187 SIOCGIFTXQLEN = 35138
Dsocket_386.const187 SIOCGIFTXQLEN = 35138
Dsocket.txt202 …PFLAGS, SIOCGIFPFLAGS, SIOCDIFADDR, SIOCSIFHWBROADCAST, SIOCGIFCOUNT, SIOCGIFTXQLEN, SIOCSIFTXQLEN…
/external/toybox/toys/net/
Difconfig.c271 if (ioctl(TT.sockfd, SIOCGIFTXQLEN, &ifre) >= 0) val[16] = ifre.ifr_qlen; in display_ifconfig()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1415 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_mips64le.go1690 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_ppc64.go1746 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_arm.go1696 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_mips64.go1690 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_ppc64le.go1746 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_arm64.go1680 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_386.go1689 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_mips.go1690 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_s390x.go1750 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_mipsle.go1690 SIOCGIFTXQLEN = 0x8942 const
Dzerrors_linux_amd64.go1690 SIOCGIFTXQLEN = 0x8942 const
/external/iproute2/ip/
Dipaddress.c177 if (ioctl(s, SIOCGIFTXQLEN, &ifr) < 0) { in print_queuelen()
/external/toybox/toys/pending/
Dip.c755 if (ioctl(fd, SIOCGIFTXQLEN, &req)) perror(""); in print_link_output()

12