Greenbone Vulnerability Management Libraries
11.0.0
|
Struct holding options for OSP connection. More...
Data Fields | |
gnutls_session_t | session |
int | socket |
char * | host |
int | port |
char* osp_connection::host |
Host.
Definition at line 53 of file osp.c.
Referenced by osp_connection_close(), and osp_send_command().
int osp_connection::port |
gnutls_session_t osp_connection::session |
Pointer to GNUTLS Session.
Definition at line 51 of file osp.c.
Referenced by osp_connection_close(), and osp_send_command().
int osp_connection::socket |
Socket.
Definition at line 52 of file osp.c.
Referenced by osp_connection_close(), and osp_send_command().