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

/bind-9.11.3/lib/dns/
H A Dzone.c506 #define UNREACH_CHACHE_SIZE 10U macro
562 struct dns_unreachable unreachable[UNREACH_CHACHE_SIZE];
16778 for (i = 0; i < UNREACH_CHACHE_SIZE; i++) {
16792 return (ISC_TF(i < UNREACH_CHACHE_SIZE && count > 1U));
16813 for (i = 0; i < UNREACH_CHACHE_SIZE; i++) {
16840 unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0;
16845 for (i = 0; i < UNREACH_CHACHE_SIZE; i++) {
16859 if (i < UNREACH_CHACHE_SIZE) {
16870 } else if (slot != UNREACH_CHACHE_SIZE) {

Completed in 57 milliseconds