iPXE
ntp_client Struct Reference

An NTP client. More...

Data Fields

struct refcnt refcnt
 Reference count.
struct interface job
 Job control interface.
struct interface xfer
 Data transfer interface.
struct retry_timer timer
 Retransmission timer.

Detailed Description

An NTP client.

Definition at line 51 of file ntp.c.

Field Documentation

◆ refcnt

struct refcnt ntp_client::refcnt

Reference count.

Definition at line 53 of file ntp.c.

◆ job

struct interface ntp_client::job

Job control interface.

Definition at line 55 of file ntp.c.

◆ xfer

struct interface ntp_client::xfer

Data transfer interface.

Definition at line 57 of file ntp.c.

◆ timer

struct retry_timer ntp_client::timer

Retransmission timer.

Definition at line 59 of file ntp.c.


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