Greenbone Vulnerability Management Libraries
11.0.0
|
#include <osp.h>
Data Fields | |
GSList * | targets |
Target hosts to scan. More... | |
GSList * | vt_groups |
VT groups to use for the scan. More... | |
GSList * | vts |
Single VTs to use for the scan. More... | |
GHashTable * | scanner_params |
Table of scanner parameters. More... | |
int | parallel |
Number of parallel scans. More... | |
const char * | scan_id |
UUID to set for scan, null otherwise. More... | |
int osp_start_scan_opts_t::parallel |
const char* osp_start_scan_opts_t::scan_id |
UUID to set for scan, null otherwise.
Definition at line 120 of file osp.h.
Referenced by osp_start_scan_ext().
GHashTable* osp_start_scan_opts_t::scanner_params |
Table of scanner parameters.
Definition at line 118 of file osp.h.
Referenced by osp_start_scan_ext().
GSList* osp_start_scan_opts_t::targets |
GSList* osp_start_scan_opts_t::vt_groups |
VT groups to use for the scan.
Definition at line 116 of file osp.h.
Referenced by osp_start_scan_ext().
GSList* osp_start_scan_opts_t::vts |
Single VTs to use for the scan.
Definition at line 117 of file osp.h.
Referenced by osp_start_scan_ext().