OpenVAS Scanner 21.4.1
nasl_misc_funcs.h
Go to the documentation of this file.
1/* Based on work Copyright (C) 2002 - 2003 Michel Arboi and Renaud Deraison
2 *
3 * SPDX-License-Identifier: GPL-2.0-only
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19#ifndef NASL_MISC_FUNCS_H
20#define NASL_MISC_FUNCS_H
21
22#include "nasl_lex_ctxt.h"
23
26
29
32
35
38
41
44
47
50
53
56
59
62
65
68
71
74
77
80
83
86
89
92
95
98
101
102tree_cell *
104
105#endif
tree_cell * nasl_gunzip(lex_ctxt *)
Definition: nasl_misc_funcs.c:804
tree_cell * nasl_make_list(lex_ctxt *)
Definition: nasl_misc_funcs.c:357
tree_cell * nasl_gettimeofday(lex_ctxt *)
Definition: nasl_misc_funcs.c:649
tree_cell * nasl_rand(lex_ctxt *)
Definition: nasl_misc_funcs.c:56
tree_cell * nasl_typeof(lex_ctxt *)
Definition: nasl_misc_funcs.c:537
tree_cell * nasl_sort_array(lex_ctxt *)
Definition: nasl_misc_funcs.c:616
tree_cell * nasl_get_byte_order(lex_ctxt *)
Definition: nasl_misc_funcs.c:887
tree_cell * nasl_start_denial(lex_ctxt *)
Definition: nasl_misc_funcs.c:208
tree_cell * nasl_keys(lex_ctxt *)
Definition: nasl_misc_funcs.c:469
tree_cell * nasl_max_index(lex_ctxt *)
Definition: nasl_misc_funcs.c:516
tree_cell * nasl_isnull(lex_ctxt *)
Definition: nasl_misc_funcs.c:340
tree_cell * nasl_unixtime(lex_ctxt *)
Definition: nasl_misc_funcs.c:638
tree_cell * nasl_ftp_get_pasv_address(lex_ctxt *)
Definition: nasl_misc_funcs.c:113
tree_cell * nasl_localtime(lex_ctxt *)
Definition: nasl_misc_funcs.c:669
tree_cell * nasl_make_array(lex_ctxt *)
Definition: nasl_misc_funcs.c:421
tree_cell * nasl_usleep(lex_ctxt *)
Definition: nasl_misc_funcs.c:67
tree_cell * nasl_dec2str(lex_ctxt *)
Definition: nasl_misc_funcs.c:864
tree_cell * nasl_end_denial(lex_ctxt *)
Definition: nasl_misc_funcs.c:240
tree_cell * nasl_dump_ctxt(lex_ctxt *)
Definition: nasl_misc_funcs.c:295
tree_cell * nasl_open_sock_kdc(lex_ctxt *)
Definition: nasl_misc_funcs.c:758
tree_cell * nasl_defined_func(lex_ctxt *)
Definition: nasl_misc_funcs.c:576
tree_cell * nasl_do_exit(lex_ctxt *)
Definition: nasl_misc_funcs.c:316
tree_cell * nasl_gzip(lex_ctxt *)
Definition: nasl_misc_funcs.c:829
tree_cell * nasl_telnet_init(lex_ctxt *)
Definition: nasl_misc_funcs.c:134
tree_cell * nasl_ftp_log_in(lex_ctxt *)
Definition: nasl_misc_funcs.c:85
tree_cell * nasl_mktime(lex_ctxt *)
Definition: nasl_misc_funcs.c:723
tree_cell * nasl_sleep(lex_ctxt *)
Definition: nasl_misc_funcs.c:75
Definition: nasl_tree.h:105
Definition: nasl_lex_ctxt.h:34