Home
last modified time | relevance | path

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

/PHP-8.1/ext/sockets/
H A Dmulticast.c751 struct ifconf if_conf = {0}; local
766 if_conf.ifc_len = size;
767 if_conf.ifc_buf = buf;
769 if (ioctl(php_sock->bsd_socket, SIOCGIFCONF, (char*)&if_conf) == -1 &&
776 if (if_conf.ifc_len == lastsize)
780 lastsize = if_conf.ifc_len;
786 for (p = if_conf.ifc_buf;
787 p < ((char *)if_conf.ifc_buf) + if_conf.ifc_len;

Completed in 6 milliseconds