iPXE
ntp_header Struct Reference

An NTP header. More...

#include <ntp.h>

Data Fields

uint8_t flags
 Flags.
uint8_t stratum
 Stratum.
int8_t poll
 Polling rate.
int8_t precision
 Precision.
struct ntp_short delay
 Root delay.
struct ntp_short dispersion
 Root dispersion.
union ntp_id id
 Reference clock identifier.
struct ntp_timestamp reference
 Reference timestamp.
struct ntp_timestamp originate
 Originate timestamp.
struct ntp_timestamp receive
 Receive timestamp.
struct ntp_timestamp transmit
 Transmit timestamp.

Detailed Description

An NTP header.

Definition at line 47 of file ntp.h.

Field Documentation

◆ flags

uint8_t ntp_header::flags

Flags.

Definition at line 49 of file ntp.h.

◆ stratum

uint8_t ntp_header::stratum

Stratum.

Definition at line 51 of file ntp.h.

◆ poll

int8_t ntp_header::poll

Polling rate.

Definition at line 53 of file ntp.h.

◆ precision

int8_t ntp_header::precision

Precision.

Definition at line 55 of file ntp.h.

◆ delay

struct ntp_short ntp_header::delay

Root delay.

Definition at line 57 of file ntp.h.

◆ dispersion

struct ntp_short ntp_header::dispersion

Root dispersion.

Definition at line 59 of file ntp.h.

◆ id

union ntp_id ntp_header::id

Reference clock identifier.

Definition at line 61 of file ntp.h.

◆ reference

struct ntp_timestamp ntp_header::reference

Reference timestamp.

Definition at line 63 of file ntp.h.

◆ originate

struct ntp_timestamp ntp_header::originate

Originate timestamp.

Definition at line 65 of file ntp.h.

◆ receive

struct ntp_timestamp ntp_header::receive

Receive timestamp.

Definition at line 67 of file ntp.h.

◆ transmit

struct ntp_timestamp ntp_header::transmit

Transmit timestamp.

Definition at line 69 of file ntp.h.


The documentation for this struct was generated from the following file: