Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sntp/include/sntp/
A Dsntp.h49 #ifndef SNTP_RECV_TIMEOUT
50 #define SNTP_RECV_TIMEOUT 3000 /* ms */ macro
52 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsntp_opts.h131 #if !defined SNTP_RECV_TIMEOUT || defined __DOXYGEN__
132 #define SNTP_RECV_TIMEOUT 3000 macro
154 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsntp_opts.h131 #if !defined SNTP_RECV_TIMEOUT || defined __DOXYGEN__
132 #define SNTP_RECV_TIMEOUT 3000 macro
154 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT
/AliOS-Things-master/components/sntp/
A DREADME.md45 #define SNTP_RECV_TIMEOUT 3000 /* ms */
48 #define SNTP_RETRY_TIMEOUT SNTP_RECV_TIMEOUT
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/
A Dlwipopts_bes.h39 #define SNTP_RECV_TIMEOUT 5000 macro
A Dlwipopts.h38 #define SNTP_RECV_TIMEOUT 5000 macro
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/
A Dlwipopts.h40 #define SNTP_RECV_TIMEOUT 5000 macro
/AliOS-Things-master/components/sntp/src/
A Dsntp.c268 int timeout_ms = arg && arg->recv_timeout > 0 ? arg->recv_timeout : SNTP_RECV_TIMEOUT; in sntp_query_server()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c450 sys_timeout((u32_t)SNTP_RECV_TIMEOUT, sntp_try_next_server, NULL); in sntp_send_request()

Completed in 21 milliseconds