|
iPXE
|
"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... | |
"ping" options
Definition at line 50 of file ping_cmd.c.
| unsigned int ping_options::size |
Payload length.
Definition at line 52 of file ping_cmd.c.
| unsigned long ping_options::timeout |
Timeout (in ms)
Definition at line 54 of file ping_cmd.c.
| unsigned int ping_options::count |
Number of packets to send (or zero for no limit)
Definition at line 56 of file ping_cmd.c.
| int ping_options::quiet |
Inhibit output.
Definition at line 58 of file ping_cmd.c.
1.8.15