Searched refs:SIOCETHTOOL (Results 1 – 24 of 24) sorted by relevance
/external/autotest/client/profilers/powertop/src/ |
D | ethernet.c | 83 ioctl(sock, SIOCETHTOOL, &ifr); in activate_WOL_suggestion() 86 ioctl(sock, SIOCETHTOOL, &ifr); in activate_WOL_suggestion() 124 ioctl(sock, SIOCETHTOOL, &ifr); in suggest_WOL_off()
|
D | wireless.c | 265 ret = ioctl(sock, SIOCETHTOOL, &ifr); in find_wireless_nic()
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 81 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
|
/external/iproute2/include/uapi/linux/ |
D | sockios.h | 81 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
|
/external/syzkaller/sys/linux/ |
D | socket_amd64.const | 168 SIOCETHTOOL = 35142
|
D | socket_arm64.const | 168 SIOCETHTOOL = 35142
|
D | socket_ppc64le.const | 168 SIOCETHTOOL = 35142
|
D | socket_arm.const | 168 SIOCETHTOOL = 35142
|
D | socket_386.const | 168 SIOCETHTOOL = 35142
|
D | socket.txt | 195 ioctl$sock_SIOCETHTOOL(fd sock, cmd const[SIOCETHTOOL], arg ptr[inout, ifreq_t[ptr[inout, ethtool_c… 202 …FADDR, SIOCSIFHWBROADCAST, SIOCGIFCOUNT, SIOCGIFTXQLEN, SIOCSIFTXQLEN, SIOCETHTOOL, SIOCGMIIPHY, S…
|
/external/libpcap/ |
D | pcap-linux.c | 2714 if (ioctl(sock, SIOCETHTOOL, &ifr) == -1) { 6364 if (ioctl(fd, SIOCETHTOOL, &ifr) == -1) { 6475 #if defined(SIOCETHTOOL) && (defined(ETHTOOL_GTSO) || defined(ETHTOOL_GUFO) || defined(ETHTOOL_GGSO… 6487 if (ioctl(handle->fd, SIOCETHTOOL, &ifr) == -1) {
|
D | CHANGES | 231 Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so 233 SIOCETHTOOL
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1394 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_mips64le.go | 1669 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_ppc64.go | 1725 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_arm.go | 1675 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_mips64.go | 1669 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_ppc64le.go | 1725 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_arm64.go | 1659 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_386.go | 1668 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_mips.go | 1669 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_s390x.go | 1729 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_mipsle.go | 1669 SIOCETHTOOL = 0x8946 const
|
D | zerrors_linux_amd64.go | 1669 SIOCETHTOOL = 0x8946 const
|