OpenVAS Scanner 23.40.3
attack_start_args Struct Reference
Collaboration diagram for attack_start_args:
Collaboration graph

Data Fields

struct scan_globalsglobals
kb_t host_kb
struct ipc_contextipc_context
plugins_scheduler_t sched
gvm_host_t * host

Detailed Description

Bundles information about target(s), configuration (globals struct) and scheduler.

Definition at line 74 of file attack.c.

Field Documentation

◆ globals

struct scan_globals* attack_start_args::globals

Definition at line 76 of file attack.c.

Referenced by attack_network(), attack_start(), and call_lsc().

◆ host

gvm_host_t* attack_start_args::host

Definition at line 80 of file attack.c.

Referenced by attack_host(), attack_network(), attack_start(), and process_ipc_data().

◆ host_kb

kb_t attack_start_args::host_kb

Definition at line 77 of file attack.c.

Referenced by attack_host(), attack_network(), attack_start(), call_lsc(), and launch_plugin().

◆ ipc_context

struct ipc_context* attack_start_args::ipc_context

Definition at line 78 of file attack.c.

Referenced by attack_start().

◆ sched

plugins_scheduler_t attack_start_args::sched

Definition at line 79 of file attack.c.

Referenced by attack_host(), and attack_network().


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