|
OpenVAS Libraries
8.0.8
|
#include <glib.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include <sys/time.h>#include <unistd.h>#include "ftp_funcs.h"#include "kb.h"#include "network.h"#include "plugutils.h"#include "openvas_compress.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_packet_forgery.h"#include "nasl_debug.h"#include "nasl_misc_funcs.h"#include "byteorder.h"Macros | |
| #define | uint32 unsigned int |
| #define | NASL_EXIT_DEPRECATED 66 |
| #define | NASL_EXIT_NOTVULN 99 |
| #define | iac buffer[0] |
| #define | code buffer[1] |
| #define | option buffer[2] |
| #define | BOGUS "are you dead ?" |
| #define BOGUS "are you dead ?" |
| #define code buffer[1] |
| #define iac buffer[0] |
| #define NASL_EXIT_DEPRECATED 66 |
| #define NASL_EXIT_NOTVULN 99 |
| #define option buffer[2] |
| #define uint32 unsigned int |
This function returns 1 on little-endian systems, 0 otherwise
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
1.8.11