|
Greenbone Vulnerability Management Libraries 22.32.0
|
#include <osp.h>

Data Fields | |
| GSList * | targets |
| Target hosts to scan. | |
| GSList * | vt_groups |
| VT groups to use for the scan. | |
| GSList * | vts |
| Single VTs to use for the scan. | |
| GHashTable * | scanner_params |
| Table of scanner parameters. | |
| const char * | scan_id |
| UUID to set for scan, null otherwise. | |
| const char* osp_start_scan_opts_t::scan_id |
UUID to set for scan, null otherwise.
Definition at line 127 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 126 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 124 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 125 of file osp.h.
Referenced by osp_start_scan_ext().