Greenbone Vulnerability Management Libraries 22.32.0
osp_connection Struct Reference

Struct holding options for OSP connection. More...

Collaboration diagram for osp_connection:
Collaboration graph

Data Fields

gnutls_session_t session
int socket
char * host
int port

Detailed Description

Struct holding options for OSP connection.

Definition at line 35 of file osp.c.

Field Documentation

◆ host

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().

◆ port

int osp_connection::port

Port.

Definition at line 40 of file osp.c.

Referenced by osp_send_command(), and osp_send_command_str().

◆ session

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().

◆ socket

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().


The documentation for this struct was generated from the following file: