OpenVAS Libraries  9.0.1
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

◆ @3

union { ... }

◆ addr

struct in_addr openvas_host::addr

◆ addr6

struct in6_addr openvas_host::addr6

◆ name

gchar* openvas_host::name

◆ type

enum host_type openvas_host::type

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