iPXE
|
IP statistics commands. More...
#include <stdio.h>
#include <getopt.h>
#include <ipxe/command.h>
#include <ipxe/parseopt.h>
#include <usr/ipstat.h>
Go to the source code of this file.
Data Structures | |
struct | ipstat_options |
"ipstat" options More... | |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static int | ipstat_exec (int argc, char **argv) |
The "ipstat" command. More... | |
Variables | |
static struct option_descriptor | ipstat_opts [] = {} |
"ipstat" option list More... | |
static struct command_descriptor | ipstat_cmd |
"ipstat" command descriptor More... | |
struct command ipstat_commands [] | __command |
Routing table management commands. More... | |
IP statistics commands.
Definition in file ipstat_cmd.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "ipstat" command.
argc | Argument count |
argv | Argument list |
rc | Return status code |
Definition at line 55 of file ipstat_cmd.c.
References ipstat(), ipstat_cmd, opts, parse_options(), and rc.
|
static |
"ipstat" option list
Definition at line 42 of file ipstat_cmd.c.
|
static |
"ipstat" command descriptor
Definition at line 45 of file ipstat_cmd.c.
Referenced by ipstat_exec().
struct command ipstat_commands [] __command |
Routing table management commands.
Definition at line 69 of file ipstat_cmd.c.