lwIP
sntp_timestamps
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
sntp_timestamps
sntp_timestamps struct
Timestamps to be extracted from the NTP header.
Syntax
Show:
Summary
Declaration
from
sntp.c:186
struct
sntp_timestamps
{
#if
SNTP_COMP_ROUNDTRIP
||
SNTP_CHECK_RESPONSE
>=
2
struct
sntp_time
orig
;
struct
sntp_time
recv
;
#endif
struct
sntp_time
xmit
;
}
;
Fields
Field
Declared as
sntp_timestamps::xmit
struct
sntp_time
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out