|
OpenVAS Scanner 23.40.3
|

Data Fields | |
| struct scan_globals * | globals |
| kb_t | host_kb |
| struct ipc_context * | ipc_context |
| plugins_scheduler_t | sched |
| gvm_host_t * | host |
Bundles information about target(s), configuration (globals struct) and scheduler.
| struct scan_globals* attack_start_args::globals |
Definition at line 76 of file attack.c.
Referenced by attack_network(), attack_start(), and call_lsc().
| 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().
| 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().
| struct ipc_context* attack_start_args::ipc_context |
Definition at line 78 of file attack.c.
Referenced by attack_start().
| plugins_scheduler_t attack_start_args::sched |
Definition at line 79 of file attack.c.
Referenced by attack_host(), and attack_network().