Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dsntp.h94 int sntp_recv_response(struct sntp_ctx *ctx, uint32_t timeout, struct sntp_time *ts);
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp_simple.c48 res = sntp_recv_response(&sntp_ctx, iter_timeout, ts); in sntp_simple_helper()
Dsntp.c217 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