Lines Matching refs:port_low
339 int port_low, port_high;
350 portlen = sizeof(port_low);
351 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, NULL, 0) < 0)
360 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0) {
364 *low = (in_port_t)port_low;
377 int port_low, port_high;
390 portlen = sizeof(port_low);
391 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) {
400 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0) {
404 *low = (in_port_t)port_low;