Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_dtls_retransmit_interval_test.c56 static UINT retries; variable
95 retries = 0; in test_application_define()
156 …val = NX_SECURE_DTLS_RETRANSMIT_TIMEOUT << (NX_SECURE_DTLS_RETRANSMIT_RETRY_SHIFT * (retries - 1)); in check_interval()
181 if (retries == 0) in udp_packet_receive()
191 retries++; in udp_packet_receive()
419 if ((retries - 1) != NX_SECURE_DTLS_MAXIMUM_RETRANSMIT_RETRIES) in ntest_1_entry()
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c3916 UINT retries; in _nx_dns_host_resource_data_by_name_get() local
3981 for (retries = 0; retries < dns_ptr -> nx_dns_retries; retries++) in _nx_dns_host_resource_data_by_name_get()
7629 UINT retries; in _nx_dns_host_by_address_get_internal() local
7792 for (retries = 0; retries < dns_ptr -> nx_dns_retries; retries++) in _nx_dns_host_by_address_get_internal()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1565 … nx_tcp_periodic_processing.c Updated the retries to reach the max value.
5189 … Modified the NX_PPP data block to contain a secondary DNS address and count of retries on IPCP
5191 … Added #defines for maximum retries on IPCP requests containing DNS options.
5515 … effectively there was no limit to the retries in the LCP stage.