Searched refs:sntp_recv_response (Results 1 – 3 of 3) sorted by relevance
94 int sntp_recv_response(struct sntp_ctx *ctx, uint32_t timeout, struct sntp_time *ts);
48 res = sntp_recv_response(&sntp_ctx, iter_timeout, ts); in sntp_simple_helper()
217 return sntp_recv_response(ctx, timeout, ts); in sntp_query()220 int sntp_recv_response(struct sntp_ctx *ctx, uint32_t timeout, in sntp_recv_response() function