OpenVAS Scanner  6.0.1
Functions
hosts.h File Reference

hosts.c header. More...

#include "../misc/scanneraux.h"

Go to the source code of this file.

Functions

int hosts_init (int, int)
 
int hosts_new (struct scan_globals *, char *, kb_t *)
 
int hosts_set_pid (char *, pid_t)
 
int hosts_read (struct scan_globals *)
 Returns -1 if client asked to stop all tests or connection was lost or error. 0 otherwise. More...
 
void hosts_stop_all (void)
 

Detailed Description

hosts.c header.

Function Documentation

◆ hosts_init()

int hosts_init ( int  ,
int   
)

◆ hosts_new()

int hosts_new ( struct scan_globals ,
char *  ,
kb_t *   
)

◆ hosts_read()

int hosts_read ( struct scan_globals )

Returns -1 if client asked to stop all tests or connection was lost or error. 0 otherwise.

◆ hosts_set_pid()

int hosts_set_pid ( char *  ,
pid_t   
)

◆ hosts_stop_all()

void hosts_stop_all ( void  )