zephyr/subsys/net/lib
Paul Sokolovsky f65727a193 net: sntp: Add sntp_query() function with fractional precision
Existing sntp_request() function has a coarse integer seconds
precision,  discarding fractional part as returned by SNTP.
Deprecate it, and instead introduce sntp_query() function which
returns both integer and fractional seconds as a newly introduced
structure sntp_tstamp.

Fixes: #15596

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-04-24 12:53:09 +03:00
..
coap license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
config license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dns license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
http license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
lwm2m net: lwm2m: fix periodic services handling 2019-04-10 13:54:23 -04:00
mqtt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
openthread license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sntp net: sntp: Add sntp_query() function with fractional precision 2019-04-24 12:53:09 +03:00
sockets net: sockets: Make sure that getaddrinfo() cannot hang forever 2019-04-11 18:01:08 -04:00
socks license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
tls_credentials license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00