Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dnet.c442 int *mib_lo, *mib_hi, miblen; in getudpportrange_sysctl() local
448 mib_hi = mib_hi4; in getudpportrange_sysctl()
452 mib_hi = mib_hi6; in getudpportrange_sysctl()
462 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) { in getudpportrange_sysctl()