Searched refs:port_high (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dnet.c404 int port_low, port_high; local
421 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen,
425 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0)
429 *high = (in_port_t)port_high;
441 int port_low, port_high; local
460 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) {
464 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0)
468 *high = (in_port_t) port_high;

Completed in 9 milliseconds