Searched defs:high (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dnet.c292 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
295 REQUIRE(low != NULL && high != NULL);
301 *high = ISC_NET_PORTRANGEHIGH;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dnet.c403 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
429 *high = (in_port_t)port_high;
435 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
468 *high = (in_port_t) port_high;
476 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
479 REQUIRE(low != NULL && high != NULL);
482 result = getudpportrange_sysctl(af, low, high);
489 *high = ISC_NET_PORTRANGEHIGH;
/bind-9.6-ESV-R11/lib/dns/
H A Dopenssldh_link.c576 unsigned int high, low; local
580 high = s - hexdigits;
586 data[i/2] = (unsigned char)((high << 4) + low);
H A Dzone.c427 dns_iolist_t high; member in struct:dns_zonemgr
500 isc_boolean_t high; member in struct:dns_io
614 static isc_result_t zonemgr_getio(dns_zonemgr_t *zmgr, isc_boolean_t high,
10754 ISC_LIST_INIT(zmgr->high);
11203 * There are two queues available (high and low), the high
11211 zonemgr_getio(dns_zonemgr_t *zmgr, isc_boolean_t high, argument
11231 io->high = high;
11241 if (io->high)
[all...]

Completed in 2187 milliseconds