Home
last modified time | relevance | path

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

/dports/dns/dnsforwarder/dnsforwarder-6.1.15/
H A Ddnsparser.h25 #define DNSGetNameServerCount(dns_body) GET_16_BIT_U_INT((char *)(dns_body) + 8) macro
H A Ddnsgenerator.c800 Strip == TRUE ? 0 : DNSGetNameServerCount(CopyFrom), in DnsGenerator_Init()
H A Ddnsparser.c289 return DNSGetNameServerCount(p->RawDns); in DnsSimpleParser_NameServerCount()