Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Ddns.h16 DNS_CNAME_RECORD = 0x05, enumerator
H A Ddns.c162 if (type == DNS_CNAME_RECORD) { in dns_handler()