Greenbone Vulnerability Management Libraries  11.0.1
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 49 of file osp.c.

Field Documentation

◆ host

char* osp_connection::host

Host.

Definition at line 53 of file osp.c.

Referenced by osp_connection_close(), and osp_send_command().

◆ port

int osp_connection::port

Port.

Definition at line 54 of file osp.c.

Referenced by osp_send_command().

◆ session

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

◆ socket

int osp_connection::socket

Socket.

Definition at line 52 of file osp.c.

Referenced by osp_connection_close(), and osp_send_command().


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