Home | History | Annotate | Download | only in DnsDxe

Lines Matching refs:Timeout

430   Allocate memory for configure parameter such as timeout value for Dst,

472 Allocate memory for configure parameter such as timeout value for Dst,
799 Item->DnsCache.Timeout = DnsCacheEntry.Timeout;
832 NewDnsCache->DnsCache.Timeout = DnsCacheEntry.Timeout;
890 Item->DnsCache.Timeout = DnsCacheEntry.Timeout;
923 NewDnsCache->DnsCache.Timeout = DnsCacheEntry.Timeout;
1447 Dns4CacheEntry->Timeout = MIN (CNameTtl, AnswerSection->Ttl);
1449 Dns4CacheEntry->Timeout = MAX (CNameTtl, AnswerSection->Ttl);
1506 Dns6CacheEntry->Timeout = MIN (CNameTtl, AnswerSection->Ttl);
1508 Dns6CacheEntry->Timeout = MAX (CNameTtl, AnswerSection->Ttl);
2046 Item4->DnsCache.Timeout--;
2052 if (Item4->DnsCache.Timeout == 0) {
2065 Item6->DnsCache.Timeout--;
2071 if (Item6->DnsCache.Timeout == 0) {