Lines Matching defs:portlen
340 size_t portlen;
350 portlen = sizeof(port_low);
351 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, NULL, 0) < 0)
355 portlen = sizeof(port_high);
356 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, NULL, 0) < 0)
378 size_t portlen;
390 portlen = sizeof(port_low);
391 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) {
395 portlen = sizeof(port_high);
396 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) {