OpenVAS Scanner 23.40.3
host Struct Reference

Host information, implemented as doubly linked list. More...

Collaboration diagram for host:
Collaboration graph

Data Fields

char * name
char * ip
pid_t pid
kb_t host_kb
kb_t results_kb
struct hostnext
struct hostprev

Detailed Description

Host information, implemented as doubly linked list.

Definition at line 36 of file hosts.c.

Field Documentation

◆ host_kb

kb_t host::host_kb

Definition at line 41 of file hosts.c.

Referenced by host_rm(), and hosts_new().

◆ ip

char* host::ip

Definition at line 39 of file hosts.c.

Referenced by host_set_time().

◆ name

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().

◆ next

struct host* host::next

◆ pid

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().

◆ prev

struct host* host::prev

Definition at line 44 of file hosts.c.

Referenced by host_rm(), hosts_new(), and hosts_read_data().

◆ results_kb

kb_t host::results_kb

Definition at line 42 of file hosts.c.

Referenced by host_rm(), and hosts_new().


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