iPXE
|
An "if<xxx>" command descriptor. More...
#include <ifmgmt_cmd.h>
Data Fields | |
struct command_descriptor | cmd |
Command descriptor. More... | |
int(* | payload )(struct net_device *netdev, void *opts) |
Payload. More... | |
int | stop_on_first_success |
Stop on first success. More... | |
An "if<xxx>" command descriptor.
Definition at line 34 of file ifmgmt_cmd.h.
struct command_descriptor ifcommon_command_descriptor::cmd |
int( * ifcommon_command_descriptor::payload) (struct net_device *netdev, void *opts) |
Payload.
netdev | Network device |
opts | Command options |
rc | Return status code |
Definition at line 43 of file ifmgmt_cmd.h.
Referenced by ifcommon_exec().
int ifcommon_command_descriptor::stop_on_first_success |