Home
last modified time | relevance | path

Searched refs:sntp_retry_timeout (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/apps/sntp/
H A Dsntp.c252 #define SNTP_RESET_RETRY_TIMEOUT() sntp_retry_timeout = SNTP_RETRY_TIMEOUT
254 static u32_t sntp_retry_timeout; variable
257 #define sntp_retry_timeout SNTP_RETRY_TIMEOUT macro
371 sntp_retry_timeout)); in sntp_retry()
375 sys_timeout(sntp_retry_timeout, sntp_request, NULL); in sntp_retry()
381 new_retry_timeout = sntp_retry_timeout << 1; in sntp_retry()
384 (new_retry_timeout > sntp_retry_timeout)) { in sntp_retry()
385 sntp_retry_timeout = new_retry_timeout; in sntp_retry()
387 sntp_retry_timeout = SNTP_RETRY_TIMEOUT_MAX; in sntp_retry()

Completed in 2 milliseconds