|
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) | |
| static int | route_exec (int argc, char **argv) |
| The "route" command. More... | |
| COMMAND (route, route_exec) | |
| Routing table management commands. More... | |
Variables | |
| static struct option_descriptor | route_opts [] = {} |
| "route" option list More... | |
| static struct command_descriptor | route_cmd |
| "route" command descriptor More... | |
Routing table management commands.
Definition in file route_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "route" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 55 of file route_cmd.c.
References opts, parse_options(), rc, route(), and route_cmd.
| COMMAND | ( | route | , |
| route_exec | |||
| ) |
Routing table management commands.
|
static |
"route" option list
Definition at line 42 of file route_cmd.c.
|
static |
"route" command descriptor
Definition at line 45 of file route_cmd.c.
Referenced by route_exec().
1.8.15