Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.h135 UINT16 RCode:4; member
DDnsImpl.c1233 if (DnsHeader->Flags.Bits.RCode != DNS_FLAGS_RCODE_NO_ERROR || DnsHeader->AnswersNum < 1 || \ in ParseDnsResponse()
1238 if (DnsHeader->Flags.Bits.RCode == DNS_FLAGS_RCODE_NAME_ERROR) { in ParseDnsResponse()