OpenVAS Libraries  8.0.3
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

tree_cell* nasl_dec2str ( lex_ctxt )
tree_cell* nasl_defined_func ( lex_ctxt )
tree_cell* nasl_do_exit ( lex_ctxt )
tree_cell* nasl_dump_ctxt ( lex_ctxt )
tree_cell* nasl_end_denial ( lex_ctxt )
tree_cell* nasl_ftp_get_pasv_address ( lex_ctxt )
tree_cell* nasl_ftp_log_in ( lex_ctxt )
tree_cell* nasl_func_has_arg ( lex_ctxt )
tree_cell* nasl_func_named_args ( lex_ctxt )
tree_cell* nasl_func_unnamed_args ( lex_ctxt )
tree_cell* nasl_get_byte_order ( lex_ctxt lexic)

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

tree_cell* nasl_gettimeofday ( lex_ctxt )
tree_cell* nasl_gunzip ( lex_ctxt )
tree_cell* nasl_gzip ( lex_ctxt )
tree_cell* nasl_isnull ( lex_ctxt )
tree_cell* nasl_keys ( lex_ctxt )
tree_cell* nasl_localtime ( lex_ctxt )
tree_cell* nasl_make_array ( lex_ctxt )
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

tree_cell* nasl_max_index ( lex_ctxt )
tree_cell* nasl_mktime ( lex_ctxt )
tree_cell* nasl_open_sock_kdc ( lex_ctxt )
tree_cell* nasl_rand ( lex_ctxt )
tree_cell* nasl_sleep ( lex_ctxt )
tree_cell* nasl_sort_array ( lex_ctxt )
tree_cell* nasl_start_denial ( lex_ctxt )
tree_cell* nasl_telnet_init ( lex_ctxt )
tree_cell* nasl_typeof ( lex_ctxt )
tree_cell* nasl_unixtime ( lex_ctxt )
tree_cell* nasl_usleep ( lex_ctxt )