OpenVAS Libraries
9.0.3
|
#include <glib.h>
#include <ctype.h>
#include <string.h>
#include "../misc/prefs.h"
#include "../base/kb.h"
#include "../misc/plugutils.h"
#include "nasl_tree.h"
#include "nasl_global_ctxt.h"
#include "nasl_func.h"
#include "nasl_var.h"
#include "nasl_lex_ctxt.h"
#include "exec.h"
#include "nasl_debug.h"
#include "nasl_socket.h"
#include "nasl_http.h"
#include "../misc/www_funcs.h"
Go to the source code of this file.
Macros | |
#define | OPENVAS_USER_AGENT "Mozilla/5.0 [en] (X11, U; OpenVAS)" |
Functions | |
tree_cell * | http_open_socket (lex_ctxt *lexic) |
tree_cell * | http_close_socket (lex_ctxt *lexic) |
tree_cell * | http_get (lex_ctxt *lexic) |
tree_cell * | http_head (lex_ctxt *lexic) |
tree_cell * | http_post (lex_ctxt *lexic) |
tree_cell * | http_delete (lex_ctxt *lexic) |
tree_cell * | http_put (lex_ctxt *lexic) |
tree_cell * | cgibin (lex_ctxt *lexic) |
#define OPENVAS_USER_AGENT "Mozilla/5.0 [en] (X11, U; OpenVAS)" |
Definition at line 265 of file nasl_http.c.
References alloc_tree_cell(), CONST_DATA, prefs_get(), TC::size, TC::str_val, TC::type, and TC::x.
Definition at line 53 of file nasl_http.c.
References nasl_close_socket().
Definition at line 246 of file nasl_http.c.
Definition at line 214 of file nasl_http.c.
Definition at line 226 of file nasl_http.c.
Definition at line 47 of file nasl_http.c.
References nasl_open_sock_tcp_bufsz().
Definition at line 237 of file nasl_http.c.
Definition at line 255 of file nasl_http.c.