OpenVAS Scanner  5.1.3
host Struct Reference

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

Collaboration diagram for host:
Collaboration graph

Data Fields

char * name
 
int soc
 
pid_t pid
 
struct hostnext
 
struct hostprev
 

Detailed Description

Host information, implemented as doubly linked list.

Definition at line 44 of file hosts.c.

Field Documentation

◆ name

char* host::name

Definition at line 46 of file hosts.c.

◆ next

struct host* host::next

Definition at line 49 of file hosts.c.

◆ pid

pid_t host::pid

Definition at line 48 of file hosts.c.

◆ prev

struct host* host::prev

Definition at line 50 of file hosts.c.

◆ soc

int host::soc

Definition at line 47 of file hosts.c.


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