OpenVAS Libraries
9.0.3
|
#include <network.h>
Data Fields | |
char * | name |
char * | fqdn |
char * | vhosts |
struct in6_addr * | ip |
char* host_info::fqdn |
Definition at line 59 of file network.h.
Referenced by host_info_free(), host_info_init(), and plug_get_host_fqdn().
struct in6_addr* host_info::ip |
Definition at line 61 of file network.h.
Referenced by host_info_free(), host_info_init(), plug_get_host_ip(), and plugin_run_openvas_tcp_scanner().
char* host_info::name |
Definition at line 58 of file network.h.
Referenced by host_info_free(), host_info_init(), plug_get_hostname(), and plugin_run_synscan().
char* host_info::vhosts |
Definition at line 60 of file network.h.
Referenced by host_info_free(), host_info_init(), and plug_get_host_fqdn().