|
OpenVAS Libraries
8.0.8
|
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 * | ) |
1.8.11