Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
|
|
3.6.0 |
SNTP context. More...
#include <sntp.h>
Data Fields | |
struct { | |
struct zsock_pollfd fds [1] | |
int nfds | |
int fd | |
} | sock |
struct sntp_time | expected_orig_ts |
Timestamp when the request was sent from client to server. | |
SNTP context.
struct sntp_time sntp_ctx::expected_orig_ts |
Timestamp when the request was sent from client to server.
This is used to check if the originated timestamp in the server reply matches the one in client request.
int sntp_ctx::fd |
struct zsock_pollfd sntp_ctx::fds[1] |
int sntp_ctx::nfds |
struct { ... } sntp_ctx::sock |