iPXE
Data Fields
ping_options Struct Reference

"ping" options More...

Data Fields

unsigned int size
 Payload length. More...
 
unsigned long timeout
 Timeout (in ms) More...
 
unsigned int count
 Number of packets to send (or zero for no limit) More...
 
int quiet
 Inhibit output. More...
 

Detailed Description

"ping" options

Definition at line 50 of file ping_cmd.c.

Field Documentation

◆ size

unsigned int ping_options::size

Payload length.

Definition at line 52 of file ping_cmd.c.

◆ timeout

unsigned long ping_options::timeout

Timeout (in ms)

Definition at line 54 of file ping_cmd.c.

◆ count

unsigned int ping_options::count

Number of packets to send (or zero for no limit)

Definition at line 56 of file ping_cmd.c.

◆ quiet

int ping_options::quiet

Inhibit output.

Definition at line 58 of file ping_cmd.c.


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