zephyr/subsys/net/lib/sntp
Jukka Rissanen 8a9153678a net: sntp: Refactor because of timeout overhaul
Use 64-bit time in order to avoid overlaps, and do not use K_MSEC()
as that will convert to k_timeout_t which we do not want in this
case.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-04-09 16:07:03 +03:00
..
CMakeLists.txt
Kconfig
sntp_pkt.h
sntp_simple.c net: sntp: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
sntp.c