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

/bind-9.11.3/lib/isc/unix/
H A Difiter_ioctl.c51 struct ifconf ifc; member in struct:isc_interfaceiter
114 memset(&iter->ifc.ifc_len, 0, sizeof(iter->ifc.ifc_len));
115 iter->ifc.ifc_len = iter->bufsize;
116 iter->ifc.ifc_buf = iter->buf;
122 if (ioctl(iter->socket, SIOCGIFCONF, (char *)&iter->ifc)
144 * ifc.lifc_len is too near to the end of the
148 if (iter->ifc.ifc_len + 2 * sizeof(struct ifreq)
245 * ifc.ifc_len is too near to the end of the
437 if (iter->ifc
[all...]

Completed in 19 milliseconds