Searched refs:if_conf (Results 1 – 1 of 1) sorted by relevance
757 struct ifconf if_conf = {0}; local772 if_conf.ifc_len = size;773 if_conf.ifc_buf = buf;775 if (ioctl(php_sock->bsd_socket, SIOCGIFCONF, (char*)&if_conf) == -1 &&782 if (if_conf.ifc_len == lastsize)786 lastsize = if_conf.ifc_len;792 for (p = if_conf.ifc_buf;793 p < if_conf.ifc_buf + if_conf.ifc_len;
Completed in 5 milliseconds