Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c4909 UINT answer_found = NX_FALSE; in _nx_dns_response_process() local
5150 if ((answer_found == NX_FALSE) && in _nx_dns_response_process()
5153 answer_found = NX_TRUE; in _nx_dns_response_process()
5172 if (answer_found) in _nx_dns_response_process()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5134 …Modified the return status if answer_found is true in _nx_dns_response_process. …