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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dnet.c440 int *mib_lo, *mib_hi, miblen; local
447 miblen = sizeof(mib_lo4) / sizeof(mib_lo4[0]);
451 miblen = sizeof(mib_lo6) / sizeof(mib_lo6[0]);
455 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) {
460 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) {

Completed in 9 milliseconds