OpenVAS Scanner
7.0.0~git
|
Host information, implemented as doubly linked list. More...
Data Fields | |
char * | name |
char * | ip |
pid_t | pid |
kb_t | host_kb |
struct host * | next |
struct host * | prev |
kb_t host::host_kb |
Definition at line 51 of file hosts.c.
Referenced by host_rm(), hosts_new(), hosts_read_data(), and hosts_stop_host().
char* host::ip |
Definition at line 49 of file hosts.c.
Referenced by host_rm(), and hosts_read_data().
char* host::name |
Definition at line 48 of file hosts.c.
Referenced by host_rm(), hosts_get(), hosts_new(), and hosts_stop_host().
struct host* host::next |
Definition at line 52 of file hosts.c.
Referenced by host_rm(), hosts_get(), hosts_new(), hosts_num(), hosts_read_data(), and hosts_stop_all().
pid_t host::pid |
Definition at line 50 of file hosts.c.
Referenced by host_rm(), hosts_new(), hosts_read_data(), hosts_set_pid(), and hosts_stop_host().
struct host* host::prev |
Definition at line 53 of file hosts.c.
Referenced by host_rm(), hosts_new(), and hosts_read_data().