Home
last modified time | relevance | path

Searched refs:CNameTtl (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1130 UINT32 CNameTtl; in ParseDnsResponse() local
1152 CNameTtl = 0; in ParseDnsResponse()
1446 if (CNameTtl != 0 && AnswerSection->Ttl != 0) { in ParseDnsResponse()
1447 Dns4CacheEntry->Timeout = MIN (CNameTtl, AnswerSection->Ttl); in ParseDnsResponse()
1449 Dns4CacheEntry->Timeout = MAX (CNameTtl, AnswerSection->Ttl); in ParseDnsResponse()
1505 if (CNameTtl != 0 && AnswerSection->Ttl != 0) { in ParseDnsResponse()
1506 Dns6CacheEntry->Timeout = MIN (CNameTtl, AnswerSection->Ttl); in ParseDnsResponse()
1508 Dns6CacheEntry->Timeout = MAX (CNameTtl, AnswerSection->Ttl); in ParseDnsResponse()
1534 CNameTtl = AnswerSection->Ttl; in ParseDnsResponse()