Searched refs:low (Results 1 - 6 of 6) 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
428 *low = (in_port_t)port_low;
435 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
467 *low = (in_port_t) port_low;
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);
488 *low = ISC_NET_PORTRANGELOW;
/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);
300 *low = ISC_NET_PORTRANGELOW;
/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
584 low = s - hexdigits;
586 data[i/2] = (unsigned char)((high << 4) + low);
H A Dzone.c428 dns_iolist_t low; member in struct:dns_zonemgr
10755 ISC_LIST_INIT(zmgr->low);
11203 * There are two queues available (high and low), the high
11204 * queue will be serviced before the low one.
11244 ISC_LIST_APPEND(zmgr->low, io, link);
11280 next = HEAD(zmgr->low);
11285 ISC_LIST_UNLINK(zmgr->low, next, link);
11307 ISC_LIST_UNLINK(io->zmgr->low, io, link);

Completed in 42 milliseconds