zephyr/include/net
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
..
bt.h
buf.h net: buf: Remove wrong alignment annotation from NET_BUF_SIMPLE() 2019-04-18 17:53:36 -04:00
coap_link_format.h
coap.h
dhcpv4.h
dns_resolve.h
dummy.h
ethernet_mgmt.h
ethernet_vlan.h
ethernet.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
gptp.h net: gptp: Rename z_gptp_pow2() to gptp_pow2() 2019-03-25 14:43:23 -04:00
hostname.h
http_parser_state.h
http_parser_url.h
http_parser.h
ieee802154_mgmt.h
ieee802154_radio.h net: doc: Add missing doxygen comments to structs 2019-02-27 08:34:39 -06:00
ieee802154.h
ipv4_autoconf.h
lldp.h net: ethernet: lldp: Use short types for ints 2019-03-27 10:13:16 -05:00
lwm2m.h doc: fix misspelling in docs and API comments 2019-03-27 15:59:09 -04:00
mii.h
mqtt.h mqtt: use sys_mutex instead of k_mutex 2019-04-03 13:47:45 -04:00
net_config.h
net_context.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
net_core.h
net_event.h
net_if.h net: if: Only start the network interface during init if needed 2019-04-23 13:11:03 +03:00
net_ip.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
net_l2.h net: doc: Add missing doxygen comments to structs 2019-02-27 08:34:39 -06:00
net_linkaddr.h
net_mgmt.h
net_offload.h net/offload: Remove useless token parameter 2019-03-20 10:27:14 -05:00
net_pkt.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
net_stats.h net: stats: Wrong Kconfig options were used for statistics 2019-02-26 02:25:45 +01:00
net_timeout.h
openthread.h
promiscuous.h net: fix errno returned without promiscuous mode support 2019-04-17 15:39:04 +03:00
ptp_time.h
sntp.h net: sntp: Add sntp_query() function with fractional precision 2019-04-24 12:53:09 +03:00
socket_can.h
socket_offload_ops.h doc: fix docs, include, and Kconfig misspellings 2019-02-28 09:32:12 +01:00
socket_offload.h net: sockets: move fcntl back to socket_offload.c 2019-03-20 11:36:18 -05:00
socket_select.h net: sockets: Add docstrings for BSD Sockets API 2019-04-04 17:30:28 +08:00
socket.h net: add missing syscall for gethostname() 2019-04-06 14:30:42 -04:00
socks.h
tls_credentials.h net: tls: Add credential type documentation 2019-03-26 07:30:57 -05:00
trickle.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
udp.h
wifi_mgmt.h
wifi.h