OpenVAS Libraries
6.0+beta5
|
#include <stdarg.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
#include <sys/mman.h>
#include "services.h"
Data Structures | |
struct | my_svc |
Macros | |
#define | MAP_FAILED (void*)(-1) |
#define | N_SVC_F 5 |
Functions | |
int | openvas_init_svc () |
This file contains initialisation functions. IMPORTANT ! Some options are defined in services.h
#define MAP_FAILED (void*)(-1) |
#define N_SVC_F 5 |
int openvas_init_svc | ( | ) |