Go to the documentation of this file.
19 #ifndef __LIB_NASL_H__
20 #define __LIB_NASL_H__
34 #include "../misc/arglists.h"
57 #define NASL_EXEC_DESCR (1 << 0)
58 #define NASL_EXEC_PARSE_ONLY (1 << 1)
59 #define NASL_EXEC_DONT_CLEANUP (1 << 2)
60 #define NASL_ALWAYS_SIGNED (1 << 3)
61 #define NASL_COMMAND_LINE (1 << 4)
62 #define NASL_LINT (1 << 5)
65 #define NASL_ERR_NOERR 0
66 #define NASL_ERR_ETIMEDOUT 1
67 #define NASL_ERR_ECONNRESET 2
68 #define NASL_ERR_EUNREACH 3
69 #define NASL_ERR_EUNKNOWN 99