26 #ifndef OPENVAS_MANGER_OVAS_MNGR_COMM_H
27 #define OPENVAS_MANGER_OVAS_MNGR_COMM_H
30 #include <sys/socket.h>
31 #include <sys/types.h>
32 #include <netinet/in.h>
int sendn_to_server(const void *msg, size_t n)
Send a number of bytes to the server.
unsigned int to_server_buffer_space()
Get the number of characters free in the server output buffer.
int sendf_to_server(const char *format,...)
Format and send a message to the server.
int send_to_server(const char *msg)
Send a message to the server.