OpenVAS Libraries  6.0+beta5
Functions
comm.h File Reference
#include "arglists.h"

Go to the source code of this file.

Functions

int comm_init (int)
 
void comm_terminate (struct arglist *)
 
void comm_send_pluginlist (struct arglist *)
 
void comm_send_preferences (struct arglist *)
 
void comm_send_rules (struct arglist *)
 
void comm_wait_order (struct arglist *)
 
void comm_setup_plugins (struct arglist *, char *)
 
void client_handler ()
 
int comm_send_status (struct arglist *, char *, char *, int, int)
 Sends the status of an action. More...
 

Function Documentation

void client_handler ( )
int comm_init ( int  )
void comm_send_pluginlist ( struct arglist )
void comm_send_preferences ( struct arglist )
void comm_send_rules ( struct arglist )
int comm_send_status ( struct arglist ,
char *  ,
char *  ,
int  ,
int   
)

Sends the status of an action.

void comm_setup_plugins ( struct arglist ,
char *   
)
void comm_terminate ( struct arglist )
void comm_wait_order ( struct arglist )