Lines Matching defs:port_high
339 int port_low, port_high;
355 portlen = sizeof(port_high);
356 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, NULL, 0) < 0)
360 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0) {
365 *high = (in_port_t)port_high;
377 int port_low, port_high;
395 portlen = sizeof(port_high);
396 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) {
400 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0) {
405 *high = (in_port_t)port_high;