Searched refs:SIOCETHTOOL (Results 1 – 6 of 6) 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 | 80 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
|
/external/libpcap/ |
D | pcap-linux.c | 6097 if (ioctl(fd, SIOCETHTOOL, &ifr) == -1) { 6207 #if defined(SIOCETHTOOL) && (defined(ETHTOOL_GTSO) || defined(ETHTOOL_GUFO) || defined(ETHTOOL_GGSO… 6219 if (ioctl(handle->fd, SIOCETHTOOL, &ifr) == -1) {
|
D | CHANGES | 152 Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so 154 SIOCETHTOOL
|
/external/valgrind/ |
D | NEWS | 1193 303536 ioctl for SIOCETHTOOL (ethtool(8)) isn't wrapped
|