OpenVAS Libraries
9.0.1
|
Go to the source code of this file.
Data Structures | |
struct | st_nasl_func |
Macros | |
#define | FUNC_NAME_HASH 17 |
#define | FUNC_FLAG_COMPAT (1 << 0) /* Old interface */ |
#define | FUNC_FLAG_INTERNAL (1 << 1) /* Internal C function */ |
Typedefs | |
typedef struct st_nasl_func | nasl_func |
Functions | |
void | free_func_chain (nasl_func *) |
#define FUNC_FLAG_COMPAT (1 << 0) /* Old interface */ |
#define FUNC_FLAG_INTERNAL (1 << 1) /* Internal C function */ |
#define FUNC_NAME_HASH 17 |
typedef struct st_nasl_func nasl_func |
Type for a built-in nasl function.
void free_func_chain | ( | nasl_func * | ) |