|
| uint32_t | supp_flags |
| | Supported NTP peer state values, see NTP_PEER_STATE_SUPP_FLAG_MASKS. More...
|
| |
| uint16_t | ass_id |
| | Association ID of the peer. More...
|
| |
| uint16_t | peer_status_flags |
| | Peer status flags, see NTP_PEER_STATUS_FLAG_MASKS. More...
|
| |
| uint8_t | leap_ind |
| | Leap indicator, see NTP_LI_BITS. More...
|
| |
| uint8_t | peer_sel_stat |
| | Current selection status of the peer, see NTP_PEER_SEL_STATUS_BITS. More...
|
| |
| uint8_t | peer_evt_cnt |
| | Number of events, since the last time the event code changed. More...
|
| |
| uint8_t | peer_rec_evt |
| | Most recent event message, see NTP_PEER_EVT_BITS. More...
|
| |
| uint8_t | peer_reach_stat |
| | Current reach status of the peer, see NTP_REACH_STAT_BITS. More...
|
| |
| uint8_t | reserved_1 |
| | Reserved, currently always 0. More...
|
| |
| uint16_t | reserved_2 |
| | Reserved, currently always 0. More...
|
| |
| MBG_IP_ADDR_PORT | src_addr |
| | Source address of the NTP peer, see MBG_IP_ADDR_PORT. More...
|
| |
| MBG_IP_ADDR_PORT | dst_addr |
| | Destination address of the NTP peer, see MBG_IP_ADDR_PORT. More...
|
| |
| uint8_t | stratum |
| | Current stratum level of the NTP peer. More...
|
| |
| int8_t | precision |
| | Precision of the peer clock (2^precision) More...
|
| |
| uint16_t | reserved_3 |
| | Reserved, currently always 0. More...
|
| |
| int32_t | root_delay |
| | [us] Total roundtrip delay to the system peer of the NTP peer More...
|
| |
| int32_t | root_disp |
| | [us] Total dispersion to the system peer of the NTP peer More...
|
| |
| MBG_IP_ADDR | ref_id |
| | Reference ID of the NTP peer, see MBG_IP_ADDR. More...
|
| |
| NTP_TSTAMP | ref_time |
| | Last time the NTP peers time has been adjusted, see NTP_TSTAMP. More...
|
| |
| NTP_TSTAMP | rec_time |
| | Current system time of the NTP peer, see NTP_TSTAMP. More...
|
| |
| uint8_t | reach |
| | Shift register for the last 8 polling intervals. More...
|
| |
| uint8_t | reserved_4 |
| | Reserved, currently always 0. More...
|
| |
| uint16_t | unreach |
| | Counter for the number of unsuccessful polling intervals. More...
|
| |
| uint8_t | host_mode |
| | NTP mode of the requesting host, see NTP_MODE_BITS. More...
|
| |
| uint8_t | peer_mode |
| | NTP mode of the peer, see NTP_MODE_BITS. More...
|
| |
| uint8_t | host_poll |
| | Host NTP polling interval. More...
|
| |
| uint8_t | peer_poll |
| | Peer NTP polling interval. More...
|
| |
| uint8_t | headway |
| | Indicator for the KoD packet, TODO: further investigation. More...
|
| |
| uint8_t | reserved_5 |
| | Reserved, currently always 0. More...
|
| |
| uint16_t | flash_stat_flags |
| | Flash status flags, see NTP_FLASH_STAT_FLAG_MASKS. More...
|
| |
| uint16_t | key_id |
| | ID of symmetric authentication key. More...
|
| |
| uint16_t | reserved_6 |
| | Reserved, currently always 0. More...
|
| |
| int64_t | offset |
| | [ns] filter offset to this NTP peer More...
|
| |
| int64_t | delay |
| | [ns] filter delay to this NTP peer More...
|
| |
| int32_t | disp |
| | [us] filter dispersion of the NTP peer More...
|
| |
| int32_t | jitter |
| | [us] filter jitter of the NTP peer More...
|
| |
| uint32_t | xleave |
| | [ns] interleave delay of the NTP peer More...
|
| |
| uint8_t | n_filter_values |
| | Number of filter values available, currently always 0. More...
|
| |
| uint8_t | reserved_7 |
| | Reserved, currently always 0. More...
|
| |
| uint16_t | reserved_8 |
| | Reserved, currently always 0. More...
|
| |
| uint32_t | reserved_9 |
| | Reserved, currently always 0. More...
|
| |
Structure that represents the status of an NTP peer.
This structure should be requested via NTP_PEER_STATE_IDX
- See also
- NTP_PEER_STATE_IDX
Definition at line 17400 of file gpsdefs.h.