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 51 of file ping_cmd.c.

Field Documentation

◆ size

unsigned int ping_options::size

Payload length.

Definition at line 53 of file ping_cmd.c.

◆ timeout

unsigned long ping_options::timeout

Timeout (in ms)

Definition at line 55 of file ping_cmd.c.

◆ count

unsigned int ping_options::count

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

Definition at line 57 of file ping_cmd.c.

◆ quiet

int ping_options::quiet

Inhibit output.

Definition at line 59 of file ping_cmd.c.


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