Lines Matching full:ifconf
431 struct ifconf ifconf;460 memset(&ifconf, 0, sizeof(ifconf));461 ifconf.ifc_req = iflist;462 ifconf.ifc_len = len;463 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) {476 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len);482 for (ifr = ifconf.ifc_req;