Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/sntp/
Dsntp.c379 u32_t new_retry_timeout; in sntp_retry() local
381 new_retry_timeout = sntp_retry_timeout << 1; in sntp_retry()
383 if ((new_retry_timeout <= SNTP_RETRY_TIMEOUT_MAX) && in sntp_retry()
384 (new_retry_timeout > sntp_retry_timeout)) { in sntp_retry()
385 sntp_retry_timeout = new_retry_timeout; in sntp_retry()