OpenVAS Libraries  9.0.2
Functions
nasl_misc_funcs.h File Reference

Go to the source code of this file.

Functions

tree_cellnasl_rand (lex_ctxt *)
 
tree_cellnasl_usleep (lex_ctxt *)
 
tree_cellnasl_sleep (lex_ctxt *)
 
tree_cellnasl_ftp_log_in (lex_ctxt *)
 
tree_cellnasl_ftp_get_pasv_address (lex_ctxt *)
 
tree_cellnasl_telnet_init (lex_ctxt *)
 
tree_cellnasl_start_denial (lex_ctxt *)
 
tree_cellnasl_end_denial (lex_ctxt *)
 
tree_cellnasl_dump_ctxt (lex_ctxt *)
 
tree_cellnasl_do_exit (lex_ctxt *)
 
tree_cellnasl_isnull (lex_ctxt *)
 
tree_cellnasl_make_list (lex_ctxt *)
 
tree_cellnasl_make_array (lex_ctxt *)
 
tree_cellnasl_keys (lex_ctxt *)
 
tree_cellnasl_max_index (lex_ctxt *)
 
tree_cellnasl_typeof (lex_ctxt *)
 
tree_cellnasl_defined_func (lex_ctxt *)
 
tree_cellnasl_func_named_args (lex_ctxt *)
 
tree_cellnasl_func_unnamed_args (lex_ctxt *)
 
tree_cellnasl_func_has_arg (lex_ctxt *)
 
tree_cellnasl_sort_array (lex_ctxt *)
 
tree_cellnasl_unixtime (lex_ctxt *)
 
tree_cellnasl_gettimeofday (lex_ctxt *)
 
tree_cellnasl_localtime (lex_ctxt *)
 
tree_cellnasl_mktime (lex_ctxt *)
 
tree_cellnasl_open_sock_kdc (lex_ctxt *)
 
tree_cellnasl_dec2str (lex_ctxt *)
 
tree_cellnasl_get_byte_order (lex_ctxt *)
 
tree_cellnasl_gunzip (lex_ctxt *)
 
tree_cellnasl_gzip (lex_ctxt *)
 

Function Documentation

§ nasl_dec2str()

tree_cell* nasl_dec2str ( lex_ctxt )

§ nasl_defined_func()

tree_cell* nasl_defined_func ( lex_ctxt )

§ nasl_do_exit()

tree_cell* nasl_do_exit ( lex_ctxt )

§ nasl_dump_ctxt()

tree_cell* nasl_dump_ctxt ( lex_ctxt )

§ nasl_end_denial()

tree_cell* nasl_end_denial ( lex_ctxt )

§ nasl_ftp_get_pasv_address()

tree_cell* nasl_ftp_get_pasv_address ( lex_ctxt )

§ nasl_ftp_log_in()

tree_cell* nasl_ftp_log_in ( lex_ctxt )

§ nasl_func_has_arg()

tree_cell* nasl_func_has_arg ( lex_ctxt )

§ nasl_func_named_args()

tree_cell* nasl_func_named_args ( lex_ctxt )

§ nasl_func_unnamed_args()

tree_cell* nasl_func_unnamed_args ( lex_ctxt )

§ nasl_get_byte_order()

tree_cell* nasl_get_byte_order ( lex_ctxt lexic)

This function returns 1 on little-endian systems, 0 otherwise

§ nasl_gettimeofday()

tree_cell* nasl_gettimeofday ( lex_ctxt )

§ nasl_gunzip()

tree_cell* nasl_gunzip ( lex_ctxt )

§ nasl_gzip()

tree_cell* nasl_gzip ( lex_ctxt )

§ nasl_isnull()

tree_cell* nasl_isnull ( lex_ctxt )

§ nasl_keys()

tree_cell* nasl_keys ( lex_ctxt )

§ nasl_localtime()

tree_cell* nasl_localtime ( lex_ctxt )

§ nasl_make_array()

tree_cell* nasl_make_array ( lex_ctxt )

§ nasl_make_list()

tree_cell* nasl_make_list ( lex_ctxt lexic)

This function takes any kind & any number of arguments and makes an array from them. If an argument is an array, its index are lost

§ nasl_max_index()

tree_cell* nasl_max_index ( lex_ctxt )

§ nasl_mktime()

tree_cell* nasl_mktime ( lex_ctxt )

§ nasl_open_sock_kdc()

tree_cell* nasl_open_sock_kdc ( lex_ctxt )

§ nasl_rand()

tree_cell* nasl_rand ( lex_ctxt )

§ nasl_sleep()

tree_cell* nasl_sleep ( lex_ctxt )

§ nasl_sort_array()

tree_cell* nasl_sort_array ( lex_ctxt )

§ nasl_start_denial()

tree_cell* nasl_start_denial ( lex_ctxt )

§ nasl_telnet_init()

tree_cell* nasl_telnet_init ( lex_ctxt )

§ nasl_typeof()

tree_cell* nasl_typeof ( lex_ctxt )

§ nasl_unixtime()

tree_cell* nasl_unixtime ( lex_ctxt )

§ nasl_usleep()

tree_cell* nasl_usleep ( lex_ctxt )