OpenVAS Libraries
9.0.1
|
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.
union { ... } |
struct in_addr openvas_host::addr |
struct in6_addr openvas_host::addr6 |
gchar* openvas_host::name |
enum host_type openvas_host::type |