OpenVAS Scanner  6.0.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 
24 tree_cell *
26 
27 tree_cell *
29 
30 tree_cell *
32 
33 tree_cell *
35 
36 tree_cell *
38 
39 tree_cell *
41 
42 tree_cell *
44 
45 tree_cell *
47 
48 tree_cell *
50 
51 tree_cell *
53 
54 tree_cell *
56 
57 tree_cell *
59 
60 tree_cell *
62 
63 tree_cell *
65 
66 tree_cell *
68 
69 tree_cell *
71 
72 tree_cell *
74 
75 tree_cell *
77 
78 tree_cell *
80 
81 tree_cell *
83 
84 tree_cell *
86 
87 tree_cell *
89 
90 tree_cell *
92 
93 tree_cell *
95 
96 tree_cell *
98 
99 tree_cell *
101 
102 tree_cell *
103 nasl_gzip (lex_ctxt *);
104 
105 #endif
tree_cell * nasl_start_denial(lex_ctxt *)
Definition: nasl_misc_funcs.c:210
tree_cell * nasl_make_array(lex_ctxt *)
Definition: nasl_misc_funcs.c:425
tree_cell * nasl_dump_ctxt(lex_ctxt *)
Definition: nasl_misc_funcs.c:295
tree_cell * nasl_ftp_log_in(lex_ctxt *)
Definition: nasl_misc_funcs.c:85
tree_cell * nasl_sleep(lex_ctxt *)
Definition: nasl_misc_funcs.c:75
tree_cell * nasl_mktime(lex_ctxt *)
Definition: nasl_misc_funcs.c:732
tree_cell * nasl_typeof(lex_ctxt *)
Definition: nasl_misc_funcs.c:544
tree_cell * nasl_end_denial(lex_ctxt *)
Definition: nasl_misc_funcs.c:242
tree_cell * nasl_telnet_init(lex_ctxt *)
Definition: nasl_misc_funcs.c:136
tree_cell * nasl_get_byte_order(lex_ctxt *)
Definition: nasl_misc_funcs.c:899
tree_cell * nasl_max_index(lex_ctxt *)
Definition: nasl_misc_funcs.c:522
tree_cell * nasl_gettimeofday(lex_ctxt *)
Definition: nasl_misc_funcs.c:658
Definition: nasl_tree.h:104
tree_cell * nasl_gzip(lex_ctxt *)
Definition: nasl_misc_funcs.c:839
Definition: nasl_lex_ctxt.h:33
tree_cell * nasl_make_list(lex_ctxt *)
Definition: nasl_misc_funcs.c:360
tree_cell * nasl_defined_func(lex_ctxt *)
Definition: nasl_misc_funcs.c:584
tree_cell * nasl_do_exit(lex_ctxt *)
Definition: nasl_misc_funcs.c:316
tree_cell * nasl_usleep(lex_ctxt *)
Definition: nasl_misc_funcs.c:67
tree_cell * nasl_gunzip(lex_ctxt *)
Definition: nasl_misc_funcs.c:813
tree_cell * nasl_sort_array(lex_ctxt *)
Definition: nasl_misc_funcs.c:625
tree_cell * nasl_keys(lex_ctxt *)
Definition: nasl_misc_funcs.c:474
tree_cell * nasl_localtime(lex_ctxt *)
Definition: nasl_misc_funcs.c:678
tree_cell * nasl_dec2str(lex_ctxt *)
Definition: nasl_misc_funcs.c:875
tree_cell * nasl_rand(lex_ctxt *)
Definition: nasl_misc_funcs.c:55
tree_cell * nasl_unixtime(lex_ctxt *)
Definition: nasl_misc_funcs.c:647
tree_cell * nasl_ftp_get_pasv_address(lex_ctxt *)
Definition: nasl_misc_funcs.c:114
tree_cell * nasl_open_sock_kdc(lex_ctxt *)
Definition: nasl_misc_funcs.c:767
tree_cell * nasl_isnull(lex_ctxt *)
Definition: nasl_misc_funcs.c:342