OpenVAS Libraries
9.0.3
|
The structure for a single host object. More...
#include <openvas_hosts.h>
Data Fields | |
union { | |
gchar * name | |
struct in_addr addr | |
struct in6_addr addr6 | |
}; | |
enum host_type | type |
The structure for a single host object.
The elements of this structure should never be accessed directly. Only the functions corresponding to this module should be used.
Definition at line 76 of file openvas_hosts.h.
union { ... } |
struct in_addr openvas_host::addr |
Definition at line 80 of file openvas_hosts.h.
Referenced by openvas_host_get_addr6(), openvas_host_reverse_lookup(), openvas_host_value_str(), and openvas_hosts_resolve().
struct in6_addr openvas_host::addr6 |
Definition at line 81 of file openvas_hosts.h.
Referenced by openvas_host_get_addr6(), openvas_host_reverse_lookup(), and openvas_host_value_str().
gchar* openvas_host::name |
Definition at line 79 of file openvas_hosts.h.
Referenced by main(), openvas_host_resolve(), openvas_host_reverse_lookup(), openvas_host_value_str(), and openvas_hosts_resolve().
enum host_type openvas_host::type |
Definition at line 83 of file openvas_hosts.h.
Referenced by openvas_host_resolve(), openvas_host_reverse_lookup(), openvas_host_type(), openvas_host_type_str(), openvas_host_value_str(), and openvas_hosts_resolve().