OpenVAS Libraries
9.0.3
|
#include <arglists.h>
Data Fields | |
char * | name |
void * | value |
struct arglist * | next |
int | type |
int | hash |
Definition at line 29 of file arglists.h.
int arglist::hash |
Definition at line 35 of file arglists.h.
char* arglist::name |
Definition at line 31 of file arglists.h.
Referenced by arg_add_value(), arg_dump(), and get_plugin_preference().
struct arglist* arglist::next |
Definition at line 33 of file arglists.h.
Referenced by arg_add_value(), arg_dump(), arg_free(), arg_free_all(), and get_plugin_preference().
int arglist::type |
Definition at line 34 of file arglists.h.
Referenced by arg_dump(), arg_free_all(), get_kb_item(), nasl_open_sock_kdc(), nasl_open_sock_tcp_bufsz(), plug_replace_key(), plug_set_key(), replace_kb_item(), script_add_preference(), and set_kb_item().
void* arglist::value |
Definition at line 32 of file arglists.h.
Referenced by arg_dump(), arg_free_all(), get_plugin_preference(), nasl_get_preference(), network_targets(), plug_replace_key(), plug_set_key(), replace_kb_item(), scan_phase(), script_add_preference(), script_get_preference(), script_get_preference_file_content(), script_get_preference_file_location(), script_tag(), script_xref(), and set_kb_item().