|
OpenVAS Scanner 23.40.3
|
plugs_req.c header. More...
#include <gvm/util/kb.h>

Go to the source code of this file.
Functions | |
| char * | requirements_plugin (kb_t, nvti_t *) |
| Determine if the plugin requirements are met. | |
| int | mandatory_requirements_met (kb_t, nvti_t *) |
| Check whether mandatory requirements for plugin are met. | |
plugs_req.c header.
Definition in file plugs_req.h.
| int mandatory_requirements_met | ( | kb_t | kb, |
| nvti_t * | nvti ) |
Check whether mandatory requirements for plugin are met.
| kb | The knowledge base with all keys. |
| plugin | The scheduler plugin. |
Definition at line 234 of file plugs_req.c.
References check_mandatory_keys().
Referenced by launch_plugin().


| char * requirements_plugin | ( | kb_t | kb, |
| nvti_t * | nvti ) |
Determine if the plugin requirements are met.
Definition at line 251 of file plugs_req.c.
References get_closed_ports(), kb_missing_keyname_of_namelist(), and kb_present_keyname_of_namelist().
Referenced by launch_plugin().

