|
Greenbone Vulnerability Management Libraries 22.32.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 39 of file osp.c.
Referenced by osp_connection_close(), osp_send_command(), osp_send_command(), and osp_send_command_str().
| int osp_connection::port |
Port.
Definition at line 40 of file osp.c.
Referenced by osp_send_command(), and osp_send_command_str().
| gnutls_session_t osp_connection::session |
Pointer to GNUTLS Session.
Definition at line 37 of file osp.c.
Referenced by osp_connection_close(), osp_send_command(), osp_send_command(), and osp_send_command_str().
| int osp_connection::socket |
Socket.
Definition at line 38 of file osp.c.
Referenced by osp_connection_close(), osp_send_command(), osp_send_command(), and osp_send_command_str().