Home
last modified time | relevance | path

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

/external/strace/
Dsock.c188 case SIOCSIFTXQLEN: in print_ifreq()
389 case SIOCSIFTXQLEN: in MPERS_PRINTER_DECL()
/external/kernel-headers/original/uapi/linux/
Dsockios.h76 #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ macro
/external/iproute2/include/uapi/linux/
Dsockios.h76 #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c78 PyModule_AddIntMacro(m, SIOCSIFTXQLEN); in _init_sys_ioctl_h()
/external/syzkaller/sys/linux/
Dsocket_amd64.const215 SIOCSIFTXQLEN = 35139
Dsocket_arm64.const215 SIOCSIFTXQLEN = 35139
Dsocket_ppc64le.const215 SIOCSIFTXQLEN = 35139
Dsocket_arm.const215 SIOCSIFTXQLEN = 35139
Dsocket_386.const215 SIOCSIFTXQLEN = 35139
Dsocket.txt202 …PFLAGS, SIOCDIFADDR, SIOCSIFHWBROADCAST, SIOCGIFCOUNT, SIOCGIFTXQLEN, SIOCSIFTXQLEN, SIOCETHTOOL, …
/external/toybox/toys/net/
Difconfig.c410 {"txqueuelen", IFREQ_OFFSZ(ifr_qlen), SIOCSIFTXQLEN}, in ifconfig_main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1447 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_mips64le.go1723 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_ppc64.go1779 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_arm.go1729 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_mips64.go1723 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_ppc64le.go1779 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_arm64.go1713 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_386.go1722 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_mips.go1723 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_s390x.go1783 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_mipsle.go1723 SIOCSIFTXQLEN = 0x8943 const
Dzerrors_linux_amd64.go1723 SIOCSIFTXQLEN = 0x8943 const
/external/iproute2/ip/
Diplink.c1131 if (ioctl(s, SIOCSIFTXQLEN, &ifr) < 0) { in set_qlen()
/external/toybox/toys/pending/
Dip.c678 xioctl(fd, SIOCSIFTXQLEN, &req); in link_set()