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 56 manage_connection_forker_t,
63 serve_gmp (gvm_connection_t *,
const gchar *, gchar **);
int serve_gmp(gvm_connection_t *, const gchar *, gchar **)
Serve the Greenbone Management Protocol (GMP).
Definition: gmpd.c:483
void init_gmpd_process(const gchar *, gchar **)
Initialise a process forked within the GMP daemon.
Definition: gmpd.c:136
int init_gmpd(GSList *, int, const gchar *, int, int, int, int, manage_connection_forker_t, int)
Initialise the GMP library for the GMP daemon.
Definition: gmpd.c:108