sockfd             55 opal/util/ethtool.c     int sockfd;
sockfd             61 opal/util/ethtool.c     sockfd = socket(PF_INET, SOCK_DGRAM, 0);
sockfd             62 opal/util/ethtool.c     if (sockfd < 0) {
sockfd             70 opal/util/ethtool.c     if (ioctl(sockfd, SIOCETHTOOL, &ifr) < 0) {
sockfd             86 opal/util/ethtool.c     close(sockfd);