Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sntp/
DCMakeLists.txt5 sntp_simple.c
Dsntp_simple.c87 int sntp_simple(const char *server, uint32_t timeout, struct sntp_time *ts) in sntp_simple() function
/Zephyr-latest/include/zephyr/net/
Dsntp.h115 int sntp_simple(const char *server, uint32_t timeout,
/Zephyr-latest/subsys/net/lib/config/
Dinit_clock_sntp.c36 return sntp_simple(CONFIG_NET_CONFIG_SNTP_INIT_SERVER, in sntp_init_helper()