Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dsntp.h125 int sntp_send_async(struct sntp_ctx *ctx);
/Zephyr-latest/samples/net/sockets/sntp_client/src/
Dmain.c114 rv = sntp_send_async(&ctx); in do_sntp()
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp.c285 int sntp_send_async(struct sntp_ctx *ctx) in sntp_send_async() function