Searched refs:if_conf (Results 1 – 1 of 1) sorted by relevance
452 struct ifconf if_conf = {0}; local467 if_conf.ifc_len = size;468 if_conf.ifc_buf = buf;470 if (ioctl(php_sock->bsd_socket, SIOCGIFCONF, (char*)&if_conf) == -1 &&477 if (if_conf.ifc_len == lastsize)481 lastsize = if_conf.ifc_len;487 for (p = if_conf.ifc_buf;488 p < if_conf.ifc_buf + if_conf.ifc_len;
Completed in 5 milliseconds