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 *, size_t)
Send a number of bytes to the server.
int send_to_server(const char *)
Send a message to the server.
int sendf_to_server(const char *,...)
Format and send a message to the server.
unsigned int to_server_buffer_space()
Get the number of characters free in the server output buffer.