Searched refs:port_high (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | net.c | 770 int port_low, port_high; local 786 portlen = sizeof(port_high); 787 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, 791 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0) 795 *high = (in_port_t)port_high; 807 int port_low, port_high; local 825 portlen = sizeof(port_high); 826 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) { 830 if ((port_low & ~0xffff) != 0 || (port_high & ~0xffff) != 0) 834 *high = (in_port_t) port_high; [all...] |
Completed in 860 milliseconds