ReactOS
0.4.15-dev-5608-gafb953a
|
#include "adnshost.h"
Go to the source code of this file.
Functions | |
static void | printusage (void) |
Variables | |
int | ov_env =1 |
int | ov_pipe =0 |
int | ov_asynch =0 |
int | ov_verbose = 0 |
adns_rrtype | ov_type = adns_r_none |
int | ov_search =0 |
int | ov_qc_query =0 |
int | ov_qc_anshost =0 |
int | ov_qc_cname =1 |
int | ov_tcp =0 |
int | ov_cname =0 |
int | ov_format =fmt_default |
char * | ov_id = 0 |
struct perqueryflags_remember | ov_pqfr = { 1,1,1, tm_none } |
static const struct optioninfo | global_options [] |
static const struct optioninfo | perquery_options [] |
Definition at line 131 of file adh-opts.c.
|
static |
Definition at line 43 of file adh-opts.c.
Referenced by GlobalOptions_CreateInstance(), printusage(), and test_GlobalOptions().
int ov_asynch =0 |
Definition at line 35 of file adh-opts.c.
Referenced by ensure_adns_init(), and main().
int ov_cname =0 |
Definition at line 39 of file adh-opts.c.
Referenced by prep_query().
int ov_env =1 |
Definition at line 35 of file adh-opts.c.
Referenced by ensure_adns_init().
int ov_format =fmt_default |
Definition at line 39 of file adh-opts.c.
Referenced by ensure_adns_init(), prep_query(), print_dnsfail(), and query_done().
char* ov_id = 0 |
Definition at line 40 of file adh-opts.c.
Referenced by of_asynch_id(), prep_query(), and quitnow().
int ov_pipe =0 |
Definition at line 35 of file adh-opts.c.
Referenced by main(), prep_query(), and read_stdin().
struct perqueryflags_remember ov_pqfr = { 1,1,1, tm_none } |
Definition at line 41 of file adh-opts.c.
Referenced by prep_query().
int ov_qc_anshost =0 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_qc_cname =1 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_qc_query =0 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_search =0 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_tcp =0 |
Definition at line 39 of file adh-opts.c.
Referenced by prep_query().
adns_rrtype ov_type = adns_r_none |
Definition at line 37 of file adh-opts.c.
Referenced by of_ptr(), of_reverse(), of_type(), and query_do().
int ov_verbose = 0 |
Definition at line 36 of file adh-opts.c.
Referenced by ensure_adns_init().
|
static |
Definition at line 79 of file adh-opts.c.
Referenced by printusage().