|
OpenVAS Scanner 23.40.3
|
Host information, implemented as doubly linked list. More...

Data Fields | |
| char * | name |
| char * | ip |
| pid_t | pid |
| kb_t | host_kb |
| kb_t | results_kb |
| struct host * | next |
| struct host * | prev |
| kb_t host::host_kb |
Definition at line 41 of file hosts.c.
Referenced by host_rm(), and hosts_new().
| char* host::ip |
Definition at line 39 of file hosts.c.
Referenced by host_set_time().
| char* host::name |
Definition at line 38 of file hosts.c.
Referenced by host_is_currently_scanned(), host_rm(), hosts_get(), hosts_new(), and hosts_stop_host().
| struct host* host::next |
Definition at line 43 of file hosts.c.
Referenced by host_is_currently_scanned(), host_rm(), hosts_get(), hosts_new(), hosts_num(), hosts_read_data(), and hosts_stop_all().
| pid_t host::pid |
Definition at line 40 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 44 of file hosts.c.
Referenced by host_rm(), hosts_new(), and hosts_read_data().
| kb_t host::results_kb |
Definition at line 42 of file hosts.c.
Referenced by host_rm(), and hosts_new().