|
iPXE
|
Routing table management commands. More...
#include <stdio.h>#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/route.h>Go to the source code of this file.
Data Structures | |
| struct | route_options |
| "route" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | route_exec (int argc, char **argv) |
| The "route" command. | |
| COMMAND (route, route_exec) | |
| Routing table management commands. | |
Variables | |
| static struct option_descriptor | route_opts [] = {} |
| "route" option list | |
| static struct command_descriptor | route_cmd |
| "route" command descriptor | |
Routing table management commands.
Definition in file route_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
The "route" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 56 of file route_cmd.c.
References opts, parse_options(), rc, route(), and route_cmd.
Referenced by COMMAND().
| COMMAND | ( | route | , |
| route_exec | ) |
Routing table management commands.
References route(), and route_exec().
|
static |
|
static |
"route" command descriptor
Definition at line 46 of file route_cmd.c.
Referenced by PROVIDE_REQUIRING_SYMBOL(), and route_exec().