Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/sntp/
A Dsntp.c408 sntp_try_next_server(void *arg) in sntp_try_next_server() function
446 sntp_try_next_server(arg); in sntp_kod_try_next_server()
451 #define sntp_try_next_server sntp_retry macro
534 sys_untimeout(sntp_try_next_server, NULL); in sntp_recv()
582 sys_untimeout(sntp_try_next_server, NULL); in sntp_send_request()
583 sys_timeout((u32_t)SNTP_RECV_TIMEOUT, sntp_try_next_server, NULL); in sntp_send_request()
615 sntp_try_next_server(NULL); in sntp_dns_found()
661 sys_untimeout(sntp_try_next_server, NULL); in sntp_request()
662 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_try_next_server, NULL); in sntp_request()
722 sys_untimeout(sntp_try_next_server, NULL); in sntp_stop()

Completed in 9 milliseconds