Home
last modified time | relevance | path

Searched refs:SIOCETHTOOL (Results 1 – 13 of 13) 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/iproute2/include/uapi/linux/
Dsockios.h81 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
/external/kernel-headers/original/uapi/linux/
Dsockios.h102 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
/external/ethtool/
Dinternal.h106 #ifndef SIOCETHTOOL
107 #define SIOCETHTOOL 0x8946 macro
DChangeLog322 Define SIOCETHTOOL if it is missing,
DNEWS481 * Support builds on configurations missing SIOCETHTOOL constant.
Dethtool.c5285 return ioctl(ctx->fd, SIOCETHTOOL, &ctx->ifr); in send_ioctl()
/external/crosvm/net_sys/src/
Dsockios.rs57 pub const SIOCETHTOOL: ::std::os::raw::c_uint = 35142; constant
/external/openscreen/platform/impl/
Dnetwork_interface_linux.cc77 if (ioctl(s.get(), SIOCETHTOOL, &ifr) != -1) { in GetInterfaceType()
/external/libpcap/
Dpcap-linux.c1622 if (ioctl(sock, SIOCETHTOOL, &ifr) == -1) { in get_if_flags()
4711 if (ioctl(fd, SIOCETHTOOL, &ifr) == -1) { in iface_ethtool_get_ts_info()
4840 #if defined(SIOCETHTOOL) && (defined(ETHTOOL_GTSO) || defined(ETHTOOL_GUFO) || defined(ETHTOOL_GGSO…
4853 if (ioctl(handle->fd, SIOCETHTOOL, &ifr) == -1) { in iface_ethtool_flag_ioctl()
DCHANGES411 Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so
413 SIOCETHTOOL
/external/minijail/linux-x86/
Dlibconstants.gen.c4537 #ifdef SIOCETHTOOL
4538 { "SIOCETHTOOL", (unsigned long) SIOCETHTOOL },