Searched refs:SIOCETHTOOL (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dsockios.h78 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
/external/libpcap/
H A Dpcap-linux.c5440 * We do so using SIOCETHTOOL checking for various types of offloading;
5441 * if SIOCETHTOOL isn't defined, or we don't have any #defines for any
5445 #if defined(SIOCETHTOOL) && (defined(ETHTOOL_GTSO) || defined(ETHTOOL_GUFO) || defined(ETHTOOL_GGSO) || defined(ETHTOOL_GFLAGS) || defined(ETHTOOL_GGRO))
5457 if (ioctl(handle->fd, SIOCETHTOOL, &ifr) == -1) {
5532 #else /* SIOCETHTOOL */
5542 #endif /* SIOCETHTOOL */

Completed in 75 milliseconds