Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sntp/
Dsntp_simple.c18 uint32_t iter_timeout; in sntp_simple_helper() local
33 iter_timeout = 100; in sntp_simple_helper()
37 res = sntp_query(&sntp_ctx, iter_timeout, ts); in sntp_simple_helper()
48 res = sntp_recv_response(&sntp_ctx, iter_timeout, ts); in sntp_simple_helper()
60 if (iter_timeout < 1000) { in sntp_simple_helper()
61 iter_timeout *= 2; in sntp_simple_helper()