OpenVAS Libraries
9.0.3
|
The structure for Hosts collection. More...
#include <openvas_hosts.h>
Data Fields | |
gchar * | orig_str |
GList * | hosts |
GList * | current |
unsigned int | count |
unsigned int | removed |
The structure for Hosts collection.
The elements of this structure should never be accessed directly. Only the functions corresponding to this module should be used.
Definition at line 92 of file openvas_hosts.h.
unsigned int openvas_hosts::count |
Definition at line 97 of file openvas_hosts.h.
Referenced by openvas_hosts_count().
GList* openvas_hosts::current |
Definition at line 96 of file openvas_hosts.h.
Referenced by openvas_hosts_next(), openvas_hosts_resolve(), openvas_hosts_reverse(), and openvas_hosts_shuffle().
GList* openvas_hosts::hosts |
Definition at line 95 of file openvas_hosts.h.
Referenced by openvas_host_in_hosts(), openvas_hosts_exclude(), openvas_hosts_free(), openvas_hosts_resolve(), openvas_hosts_reverse(), openvas_hosts_reverse_lookup_only(), openvas_hosts_reverse_lookup_unify(), and openvas_hosts_shuffle().
gchar* openvas_hosts::orig_str |
Definition at line 94 of file openvas_hosts.h.
Referenced by openvas_hosts_free(), and openvas_hosts_new_with_max().
unsigned int openvas_hosts::removed |
Definition at line 98 of file openvas_hosts.h.
Referenced by openvas_hosts_removed().