Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c4901 USHORT authorityRRCount; in _nx_dns_response_process() local
4959authorityRRCount = _nx_dns_network_to_short_convert(packet_ptr -> nx_packet_prepend_ptr + NX_DNS_N… in _nx_dns_response_process()
4960 answerCount = (USHORT)(answerCount + authorityRRCount); in _nx_dns_response_process()
5045 else if(authorityRRCount && (rrIndex < (UINT)(answerRRCount + authorityRRCount))) in _nx_dns_response_process()