32 #include <gnutls/gnutls.h> 33 #include <gvm/util/serverutils.h> 34 #include <netinet/in.h> 39 #ifndef READ_PROTOCOL_TIMEOUT 40 #define READ_PROTOCOL_TIMEOUT 300 46 #define FROM_BUFFER_SIZE 1048576 49 init_gmpd (GSList *,
const gchar *,
int,
int,
int,
int,
50 manage_connection_forker_t,
int);
56 serve_gmp (gvm_connection_t *,
const gchar *, gchar **);
int init_gmpd(GSList *, const gchar *, int, int, int, int, manage_connection_forker_t, int)
Initialise the GMP library for the GMP daemon.
Definition: gmpd.c:98
int serve_gmp(gvm_connection_t *, const gchar *, gchar **)
Serve the Greenbone Management Protocol (GMP).
Definition: gmpd.c:451
void init_gmpd_process(const gchar *, gchar **)
Initialise a process forked within the GMP daemon.
Definition: gmpd.c:116