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

/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/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/include/isc/
H A Dnet.h328 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
336 *\li 'low' and 'high' must be non NULL.
340 *\li *low and *high will be the ports specifying the low and high ends of
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dnet.h382 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
390 *\li 'low' and 'high' must be non NULL.
394 *\li *low and *high will be the ports specifying the low and high ends of
/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...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.c933 fprintf (stderr, "seems a little bit high ");
945 fprintf (stderr, "seems a little bit high ");

Completed in 42 milliseconds