OpenVAS Libraries  9.0.3
host_info Struct Reference

#include <network.h>

Collaboration diagram for host_info:
Collaboration graph

Data Fields

char * name
 
char * fqdn
 
char * vhosts
 
struct in6_addr * ip
 

Detailed Description

Definition at line 57 of file network.h.

Field Documentation

◆ fqdn

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().

◆ ip

struct in6_addr* host_info::ip

◆ name

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().

◆ vhosts

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().


The documentation for this struct was generated from the following file: