OpenVAS Libraries  8.0.3
Data Structures | Macros | Typedefs | Functions
nasl_func.h File Reference

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 *)
 

Macro Definition Documentation

#define FUNC_FLAG_COMPAT   (1 << 0) /* Old interface */
#define FUNC_FLAG_INTERNAL   (1 << 1) /* Internal C function */
#define FUNC_NAME_HASH   17

Typedef Documentation

typedef struct st_nasl_func nasl_func

Type for a built-in nasl function.

Function Documentation

void free_func_chain ( nasl_func )