lwIP
sntp_msg
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_msg
sntp_msg struct
Syntax
Show:
Summary
Declaration
from
sntp.c:204
struct
sntp_msg
{
PACK_STRUCT_FLD_8
(
u8_t
li_vn_mode
)
;
PACK_STRUCT_FLD_8
(
u8_t
stratum
)
;
PACK_STRUCT_FLD_8
(
u8_t
poll
)
;
PACK_STRUCT_FLD_8
(
u8_t
precision
)
;
PACK_STRUCT_FIELD
(
u32_t
root_delay
)
;
PACK_STRUCT_FIELD
(
u32_t
root_dispersion
)
;
PACK_STRUCT_FIELD
(
u32_t
reference_identifier
)
;
PACK_STRUCT_FIELD
(
u32_t
reference_timestamp
[
2
]
)
;
PACK_STRUCT_FIELD
(
u32_t
originate_timestamp
[
2
]
)
;
PACK_STRUCT_FIELD
(
u32_t
receive_timestamp
[
2
]
)
;
PACK_STRUCT_FIELD
(
u32_t
transmit_timestamp
[
2
]
)
;
}
;
Fields
Field
Declared as
sntp_msg::li_vn_mode
u8_t
sntp_msg::stratum
u8_t
sntp_msg::poll
u8_t
sntp_msg::precision
u8_t
sntp_msg::root_delay
u32_t
sntp_msg::root_dispersion
u32_t
sntp_msg::reference_identifier
u32_t
sntp_msg::reference_timestamp
u32_t
[
2
]
sntp_msg::originate_timestamp
u32_t
[
2
]
sntp_msg::receive_timestamp
u32_t
[
2
]
sntp_msg::transmit_timestamp
u32_t
[
2
]
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