Searched defs:ifc (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Difiter_ioctl.c58 struct ifconf ifc; member in struct:isc_interfaceiter
121 memset(&iter->ifc.ifc_len, 0, sizeof(iter->ifc.ifc_len));
122 iter->ifc.ifc_len = iter->bufsize;
123 iter->ifc.ifc_buf = iter->buf;
129 if (ioctl(iter->socket, SIOCGIFCONF, (char *)&iter->ifc)
151 * ifc.lifc_len is too near to the end of the
155 if (iter->ifc.ifc_len + 2 * sizeof(struct ifreq)
252 * ifc.ifc_len is too near to the end of the
443 if (iter->ifc
[all...]

Completed in 11 milliseconds