Lines Matching defs:ifconf
42 static struct ifconf ifconf; /* points to ifreq */
63 if (ifconf.ifc_len == 0) {
75 ifconf.ifc_len = ioc.ic_len;
76 ifconf.ifc_req = ifreq;
78 ifconf.ifc_len = sizeof(ifreq);
79 ifconf.ifc_req = ifreq;
80 m = ioctl(s, SIOCGIFCONF, (caddr_t) & ifconf);
82 if ((m < 0) || (ifconf.ifc_len <= 0)) {
90 len = ifconf.ifc_len;