Home
last modified time | relevance | path

Searched refs:if_conf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sockets/
H A Dmulticast.c753 struct ifconf if_conf = {0}; local
768 if_conf.ifc_len = size;
769 if_conf.ifc_buf = buf;
771 if (ioctl(php_sock->bsd_socket, SIOCGIFCONF, (char*)&if_conf) == -1 &&
778 if (if_conf.ifc_len == lastsize)
782 lastsize = if_conf.ifc_len;
788 for (p = if_conf.ifc_buf;
789 p < if_conf.ifc_buf + if_conf.ifc_len;

Completed in 8 milliseconds