|
iPXE
|
Neighbour management commands. More...
Go to the source code of this file.
Data Structures | |
| struct | nstat_options |
| "nstat" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | nstat_exec (int argc, char **argv) |
| The "nstat" command. More... | |
| COMMAND (nstat, nstat_exec) | |
| Neighbour management commands. More... | |
Variables | |
| static struct option_descriptor | nstat_opts [] = {} |
| "nstat" option list More... | |
| static struct command_descriptor | nstat_cmd |
| "nstat" command descriptor More... | |
Neighbour management commands.
Definition in file neighbour_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "nstat" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 54 of file neighbour_cmd.c.
References nstat(), nstat_cmd, opts, parse_options(), and rc.
| COMMAND | ( | nstat | , |
| nstat_exec | |||
| ) |
Neighbour management commands.
|
static |
"nstat" option list
Definition at line 41 of file neighbour_cmd.c.
|
static |
"nstat" command descriptor
Definition at line 44 of file neighbour_cmd.c.
Referenced by nstat_exec().
1.8.15