OpenVAS Libraries  8.0.3
Data Fields
openvas_host Struct Reference

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
 

Detailed Description

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.

Field Documentation

union { ... }
struct in_addr openvas_host::addr
struct in6_addr openvas_host::addr6
gchar* openvas_host::name
enum host_type openvas_host::type

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