Home
last modified time | relevance | path

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

/dports/dns/dnsforwarder/dnsforwarder-6.1.15/
H A Ddnsrelated.h7 DNS_TYPE_UNKNOWN = 0, enumerator
H A Ddnsparser.h44 #define DNSGetRecordType(rec_start_ptr) ((rec_start_ptr) == NULL ? DNS_TYPE_UNKNOWN : GET_16_BIT_U…
H A Ddnsparser.c460 i->Type != DNS_TYPE_UNKNOWN && in DnsSimpleParserIterator_Next()