OpenVAS Scanner  7.0.1~git
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
 
struct hostnext
 
struct hostprev
 

Detailed Description

Host information, implemented as doubly linked list.

Definition at line 47 of file hosts.c.

Field Documentation

◆ host_kb

kb_t host::host_kb

Definition at line 52 of file hosts.c.

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

◆ ip

char* host::ip

Definition at line 50 of file hosts.c.

Referenced by host_rm(), and hosts_read_data().

◆ name

char* host::name

Definition at line 49 of file hosts.c.

Referenced by host_rm(), hosts_get(), hosts_new(), and hosts_stop_host().

◆ next

struct host* host::next

Definition at line 53 of file hosts.c.

Referenced by host_rm(), hosts_get(), hosts_new(), hosts_num(), hosts_read_data(), and hosts_stop_all().

◆ pid

pid_t host::pid

Definition at line 51 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 54 of file hosts.c.

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


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