|
iPXE
|
nslookup command More...
#include <stdio.h>#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/nslookup.h>Go to the source code of this file.
Data Structures | |
| struct | nslookup_options |
| "nslookup" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| static int | nslookup_exec (int argc, char **argv) |
| The "nslookup" command. More... | |
| COMMAND (nslookup, nslookup_exec) | |
| The "nslookup" command. More... | |
Variables | |
| static struct option_descriptor | nslookup_opts [] = {} |
| "nslookup" option list More... | |
| static struct command_descriptor | nslookup_cmd |
| "nslookup" command descriptor More... | |
nslookup command
Definition in file nslookup_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
|
static |
The "nslookup" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 52 of file nslookup_cmd.c.
References name, nslookup_cmd, optind, opts, parse_options(), rc, and setting_name().
| COMMAND | ( | nslookup | , |
| nslookup_exec | |||
| ) |
The "nslookup" command.
|
static |
"nslookup" option list
Definition at line 38 of file nslookup_cmd.c.
|
static |
"nslookup" command descriptor
Definition at line 41 of file nslookup_cmd.c.
Referenced by nslookup_exec().
1.8.15