OpenVAS Manager
7.0.3~git
|
Host identifier type. More...
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... | |
Host identifier type.
Definition at line 60090 of file manage_sql.c.
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().
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().
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().
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().
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().
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().