Home
last modified time | relevance | path

Searched refs:SIOCETHTOOL (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/profilers/powertop/src/
Dethernet.c83 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()
Dwireless.c265 ret = ioctl(sock, SIOCETHTOOL, &ifr); in find_wireless_nic()
/external/kernel-headers/original/uapi/linux/
Dsockios.h80 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
/external/libpcap/
Dpcap-linux.c6097 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) {
DCHANGES152 Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so
154 SIOCETHTOOL
/external/valgrind/
DNEWS1193 303536 ioctl for SIOCETHTOOL (ethtool(8)) isn't wrapped