Home
last modified time | relevance | path

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

/PHP-7.1/ext/sockets/
H A Dmulticast.c757 struct ifconf if_conf = {0}; local
772 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 8 milliseconds