OpenVAS Scanner  22.7.9
nasl_snmp.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 #ifndef NASL_NASL_SNMP_H
11 #define NASL_NASL_SNMP_H
12 
13 #include "nasl_lex_ctxt.h"
14 #include "nasl_tree.h"
15 tree_cell *
17 
18 tree_cell *
20 
21 tree_cell *
23 
24 tree_cell *
26 
27 tree_cell *
29 
30 tree_cell *
32 
33 #endif
nasl_snmpv3_getnext
tree_cell * nasl_snmpv3_getnext(lex_ctxt *)
Definition: nasl_snmp.c:838
nasl_snmpv2c_getnext
tree_cell * nasl_snmpv2c_getnext(lex_ctxt *)
Definition: nasl_snmp.c:721
nasl_snmpv1_get
tree_cell * nasl_snmpv1_get(lex_ctxt *)
Definition: nasl_snmp.c:703
nasl_snmpv1_getnext
tree_cell * nasl_snmpv1_getnext(lex_ctxt *)
Definition: nasl_snmp.c:709
nasl_lex_ctxt.h
nasl_snmpv2c_get
tree_cell * nasl_snmpv2c_get(lex_ctxt *)
Definition: nasl_snmp.c:715
TC
Definition: nasl_tree.h:94
struct_lex_ctxt
Definition: nasl_lex_ctxt.h:23
nasl_tree.h
nasl_snmpv3_get
tree_cell * nasl_snmpv3_get(lex_ctxt *)
Definition: nasl_snmp.c:832