Searched refs:retries (Results 1 – 3 of 3) sorted by relevance
56 static UINT retries; variable95 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()
3916 UINT retries; in _nx_dns_host_resource_data_by_name_get() local3981 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() local7792 for (retries = 0; retries < dns_ptr -> nx_dns_retries; retries++) in _nx_dns_host_by_address_get_internal()
1565 … 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 IPCP5191 … Added #defines for maximum retries on IPCP requests containing DNS options.5515 … effectively there was no limit to the retries in the LCP stage.