Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Ddns.c44 enum dns_query_type qtype = DNS_A_RECORD; in dns_send()
141 if (&p[5] > e || get_unaligned_be16(p+1) != DNS_A_RECORD) { in dns_handler()
168 } else if (type == DNS_A_RECORD) { in dns_handler()
H A Ddns.h15 DNS_A_RECORD = 0x01, enumerator