Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c405 sntp_try_next_server(void *arg) in sntp_try_next_server() function
443 sntp_try_next_server(arg); in sntp_kod_try_next_server()
448 #define sntp_try_next_server sntp_retry macro
531 sys_untimeout(sntp_try_next_server, NULL); in sntp_recv()
579 sys_timeout((u32_t)SNTP_RECV_TIMEOUT, sntp_try_next_server, NULL); in sntp_send_request()
610 sntp_try_next_server(NULL); in sntp_dns_found()
656 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_try_next_server, NULL); in sntp_request()
716 sys_untimeout(sntp_try_next_server, NULL); in sntp_stop()