|
iPXE
|
PXE commands. More...
#include <ipxe/netdevice.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <hci/ifmgmt_cmd.h>#include <pxe_call.h>Go to the source code of this file.
Data Structures | |
| struct | startpxe_options |
| "startpxe" options More... | |
| struct | stoppxe_options |
| "stoppxe" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | startpxe_payload (struct net_device *netdev, struct startpxe_options *opts __unused) |
| "startpxe" payload More... | |
| static int | startpxe_exec (int argc, char **argv) |
| The "startpxe" command. More... | |
| static int | stoppxe_exec (int argc __unused, char **argv __unused) |
| The "stoppxe" command. More... | |
| COMMAND (startpxe, startpxe_exec) | |
| PXE commands. More... | |
| COMMAND (stoppxe, stoppxe_exec) | |
Variables | |
| static struct option_descriptor | startpxe_opts [] = {} |
| "startpxe" option list More... | |
| static struct ifcommon_command_descriptor | startpxe_cmd |
| "startpxe" command descriptor More... | |
| static struct option_descriptor | stoppxe_opts [] = {} |
| "stoppxe" option list More... | |
| static struct command_descriptor | stoppxe_cmd |
| "stoppxe" command descriptor More... | |
PXE commands.
Definition in file pxe_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"startpxe" payload
| netdev | Network device |
| opts | Command options |
| rc | Return status code |
Definition at line 51 of file pxe_cmd.c.
References netdev, netdev_is_open(), and pxe_activate().
|
static |
The "startpxe" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 73 of file pxe_cmd.c.
References ifcommon_exec(), and startpxe_cmd.
|
static |
The "stoppxe" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 94 of file pxe_cmd.c.
References opts, parse_options(), pxe_deactivate(), rc, and stoppxe_cmd.
| COMMAND | ( | startpxe | , |
| startpxe_exec | |||
| ) |
PXE commands.
| COMMAND | ( | stoppxe | , |
| stoppxe_exec | |||
| ) |
|
static |
|
static |
"startpxe" command descriptor
Definition at line 61 of file pxe_cmd.c.
Referenced by startpxe_exec().
|
static |
|
static |
"stoppxe" command descriptor
Definition at line 84 of file pxe_cmd.c.
Referenced by stoppxe_exec().
1.8.15