Searched refs:rr_location (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.2.1/addons/dns/ |
D | nxd_dns.c | 66 …_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buffer_append_ptr, UINT *record_count, UINT rr_location); 67 …_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buffer_append_ptr, UINT *record_count, UINT rr_location); 4908 UINT rr_location; in _nx_dns_response_process() local 5044 rr_location = NX_DNS_RR_ANSWER_SECTION; in _nx_dns_response_process() 5046 rr_location = NX_DNS_RR_AUTHORITY_SECTION; in _nx_dns_response_process() 5048 rr_location = NX_DNS_RR_ADDITIONAL_SECTION; in _nx_dns_response_process() 5072 …ns_ptr, packet_ptr, data_ptr, &buffer_prepend_ptr, &buffer_append_ptr, record_count, rr_location); in _nx_dns_response_process() 5081 …ns_ptr, packet_ptr, data_ptr, &buffer_prepend_ptr, &buffer_append_ptr, record_count, rr_location); in _nx_dns_response_process() 5242 UINT *record_count, UINT rr_location) in _nx_dns_process_a_type() argument 5298 if((rr_location == NX_DNS_RR_ANSWER_SECTION)|| in _nx_dns_process_a_type() [all …]
|