Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_digest_authenticate_timeout_test.c273 tx_thread_sleep(NX_HTTP_SERVER_NONCE_TIMEOUT + NX_IP_PERIODIC_RATE); in thread_client_entry()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h194 #ifndef NX_HTTP_SERVER_NONCE_TIMEOUT
195 #define NX_HTTP_SERVER_NONCE_TIMEOUT (10 * NX_IP_PERIODIC_RATE) macro
Dnxd_http_server.c5845 if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_HTTP_SERVER_NONCE_TIMEOUT) in _nx_http_server_nonce_allocate()