Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/sntp/
Dsntp.c403 sntp_try_next_server(void *arg) in sntp_try_next_server() function
434 #define sntp_try_next_server sntp_retry macro
516 sys_untimeout(sntp_try_next_server, NULL); in sntp_recv()
531 sntp_try_next_server(NULL); in sntp_recv()
564 sys_untimeout(sntp_try_next_server, NULL); in sntp_send_request()
565 sys_timeout((u32_t)SNTP_RECV_TIMEOUT, sntp_try_next_server, NULL); in sntp_send_request()
597 sntp_try_next_server(NULL); in sntp_dns_found()
643 sys_untimeout(sntp_try_next_server, NULL); in sntp_request()
644 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_try_next_server, NULL); in sntp_request()
704 sys_untimeout(sntp_try_next_server, NULL); in sntp_stop()