OpenVAS Scanner
23.40.3
nasl_builtin_plugins.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Greenbone AG
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later
4
*/
5
10
11
#ifndef NASL_NASL_BUILTIN_PLUGINS_H
12
#define NASL_NASL_BUILTIN_PLUGINS_H
13
#include "
nasl_lex_ctxt.h
"
14
#include "
nasl_tree.h
"
15
tree_cell
*
16
plugin_run_find_service
(
lex_ctxt
*);
17
18
tree_cell
*
19
plugin_run_openvas_tcp_scanner
(
lex_ctxt
*);
20
21
tree_cell
*
22
plugin_run_synscan
(
lex_ctxt
*);
23
24
#endif
/* not NASL_NASL_BUILTIN_PLUGINS_H */
plugin_run_openvas_tcp_scanner
tree_cell * plugin_run_openvas_tcp_scanner(lex_ctxt *)
Definition
nasl_builtin_openvas_tcp_scanner.c:1060
plugin_run_synscan
tree_cell * plugin_run_synscan(lex_ctxt *)
Definition
nasl_builtin_synscan.c:778
plugin_run_find_service
tree_cell * plugin_run_find_service(lex_ctxt *)
Definition
nasl_builtin_find_service.c:2435
nasl_lex_ctxt.h
lex_ctxt
struct struct_lex_ctxt lex_ctxt
nasl_tree.h
tree_cell
struct TC tree_cell
nasl
nasl_builtin_plugins.h
Generated on
for OpenVAS Scanner by
1.16.1