Home | History | Annotate | Download | only in unix

Lines Matching refs:portlen

717 	size_t portlen;
727 portlen = sizeof(port_low);
728 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, NULL, 0) < 0)
732 portlen = sizeof(port_high);
733 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, NULL, 0) < 0)
755 size_t portlen;
767 portlen = sizeof(port_low);
768 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) {
772 portlen = sizeof(port_high);
773 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) {