OpenVAS Manager  7.0.3~git
identifier_t Struct Reference

Host identifier type. More...

Collaboration diagram for identifier_t:
Collaboration graph

Data Fields

gchar * ip
 IP of host. More...
 
gchar * name
 Name of identifier, like "hostname". More...
 
gchar * value
 Value of identifier. More...
 
gchar * source_type
 Type of identifier source, like "Report Host". More...
 
gchar * source_id
 ID of source. More...
 
gchar * source_data
 Extra data for source. More...
 

Detailed Description

Host identifier type.

Definition at line 60090 of file manage_sql.c.

Field Documentation

◆ ip

gchar* identifier_t::ip

IP of host.

Definition at line 60092 of file manage_sql.c.

Referenced by hosts_set_identifiers(), identifier_free(), and manage_report_host_details().

◆ name

gchar* identifier_t::name

Name of identifier, like "hostname".

Definition at line 60093 of file manage_sql.c.

Referenced by hosts_set_identifiers(), identifier_free(), and manage_report_host_details().

◆ source_data

gchar* identifier_t::source_data

Extra data for source.

Definition at line 60097 of file manage_sql.c.

Referenced by hosts_set_identifiers(), identifier_free(), and manage_report_host_details().

◆ source_id

gchar* identifier_t::source_id

ID of source.

Definition at line 60096 of file manage_sql.c.

Referenced by hosts_set_identifiers(), identifier_free(), and manage_report_host_details().

◆ source_type

gchar* identifier_t::source_type

Type of identifier source, like "Report Host".

Definition at line 60095 of file manage_sql.c.

Referenced by hosts_set_identifiers(), identifier_free(), and manage_report_host_details().

◆ value

gchar* identifier_t::value

Value of identifier.

Definition at line 60094 of file manage_sql.c.

Referenced by hosts_set_identifiers(), identifier_free(), and manage_report_host_details().


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