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

/bind-9.11.3/lib/isc/unix/
H A Dnet.c806 int *mib_lo, *mib_hi, miblen; local
813 miblen = sizeof(mib_lo4) / sizeof(mib_lo4[0]);
817 miblen = sizeof(mib_lo6) / sizeof(mib_lo6[0]);
821 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) {
826 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) {

Completed in 14 milliseconds