OpenVAS Scanner
6.0.1
|
#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) |
hosts.c header.
int hosts_init | ( | int | , |
int | |||
) |
int hosts_new | ( | struct scan_globals * | , |
char * | , | ||
kb_t * | |||
) |
int hosts_read | ( | struct scan_globals * | ) |
Returns -1 if client asked to stop all tests or connection was lost or error. 0 otherwise.
int hosts_set_pid | ( | char * | , |
pid_t | |||
) |
void hosts_stop_all | ( | void | ) |