Searched refs:sntp_query (Results 1 – 4 of 4) sorted by relevance
82 int sntp_query(struct sntp_ctx *ctx, uint32_t timeout, struct sntp_time *ts);
37 res = sntp_query(&sntp_ctx, iter_timeout, ts); in sntp_simple_helper()
203 int sntp_query(struct sntp_ctx *ctx, uint32_t timeout, struct sntp_time *ts) in sntp_query() function
98 rv = sntp_query(&ctx, 4 * MSEC_PER_SEC, &s_time); in do_sntp()