Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsntp_opts.h153 #if !defined SNTP_RETRY_TIMEOUT || defined __DOXYGEN__
154 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT macro
159 #define SNTP_RETRY_TIMEOUT_MAX (SNTP_RETRY_TIMEOUT * 10)
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsntp_opts.h153 #if !defined SNTP_RETRY_TIMEOUT || defined __DOXYGEN__
154 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT macro
159 #define SNTP_RETRY_TIMEOUT_MAX (SNTP_RETRY_TIMEOUT * 10)
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c187 #define SNTP_RESET_RETRY_TIMEOUT() sntp_retry_timeout = SNTP_RETRY_TIMEOUT
192 #define sntp_retry_timeout SNTP_RETRY_TIMEOUT
457 (u32_t)SNTP_RETRY_TIMEOUT)); in sntp_send_request()
459 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_request, NULL); in sntp_send_request()
526 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_try_next_server, NULL); in sntp_request()
/AliOS-Things-master/components/sntp/include/sntp/
A Dsntp.h52 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT macro
/AliOS-Things-master/components/sntp/
A DREADME.md48 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT

Completed in 10 milliseconds