Searched refs:SIOCETHTOOL (Results 1 – 13 of 13) 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/iproute2/include/uapi/linux/ |
D | sockios.h | 81 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 102 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
|
/external/ethtool/ |
D | internal.h | 106 #ifndef SIOCETHTOOL 107 #define SIOCETHTOOL 0x8946 macro
|
D | ChangeLog | 322 Define SIOCETHTOOL if it is missing,
|
D | NEWS | 481 * Support builds on configurations missing SIOCETHTOOL constant.
|
D | ethtool.c | 5285 return ioctl(ctx->fd, SIOCETHTOOL, &ctx->ifr); in send_ioctl()
|
/external/crosvm/net_sys/src/ |
D | sockios.rs | 57 pub const SIOCETHTOOL: ::std::os::raw::c_uint = 35142; constant
|
/external/openscreen/platform/impl/ |
D | network_interface_linux.cc | 77 if (ioctl(s.get(), SIOCETHTOOL, &ifr) != -1) { in GetInterfaceType()
|
/external/libpcap/ |
D | pcap-linux.c | 1622 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()
|
D | CHANGES | 411 Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so 413 SIOCETHTOOL
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4537 #ifdef SIOCETHTOOL 4538 { "SIOCETHTOOL", (unsigned long) SIOCETHTOOL },
|