SIOCGIFCONF
case SIOCGIFCONF:
CODE(SIOCGIFCONF) /* get interface list */
case SIOCGIFCONF:
IOCTL_INFO_ENTRY_TYPE(SIOCGIFCONF, struct ifconf *),
if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 ||
if (ioctl(socket.Get(), SIOCGIFCONF, &config, sizeof(struct ifconf)) < 0)
if (ioctl (sd, SIOCGIFCONF, (char *)&ifc) < 0) {
if (ioctl(socket.Get(), SIOCGIFCONF, &config, sizeof(struct ifconf)) < 0)
if (ioctl(socket.FD(), SIOCGIFCONF, &config, sizeof(struct ifconf)) < 0)
case SIOCGIFCONF: