OpenVAS Scanner 23.23.1
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"
17
20
23
26
29
32
33#endif
struct struct_lex_ctxt lex_ctxt
tree_cell * nasl_snmpv3_getnext(lex_ctxt *)
Definition nasl_snmp.c:838
tree_cell * nasl_snmpv2c_getnext(lex_ctxt *)
Definition nasl_snmp.c:721
tree_cell * nasl_snmpv3_get(lex_ctxt *)
Definition nasl_snmp.c:832
tree_cell * nasl_snmpv1_get(lex_ctxt *)
Definition nasl_snmp.c:703
tree_cell * nasl_snmpv2c_get(lex_ctxt *)
Definition nasl_snmp.c:715
tree_cell * nasl_snmpv1_getnext(lex_ctxt *)
Definition nasl_snmp.c:709
struct TC tree_cell