OpenVAS Libraries  9.0.3
osp_connection Struct Reference
Collaboration diagram for osp_connection:
Collaboration graph

Data Fields

gnutls_session_t session
 
int socket
 
char * host
 
int port
 

Detailed Description

Definition at line 37 of file osp.c.

Field Documentation

◆ host

char* osp_connection::host

Definition at line 40 of file osp.c.

Referenced by osp_connection_close().

◆ port

int osp_connection::port

Definition at line 41 of file osp.c.

◆ session

gnutls_session_t osp_connection::session

Definition at line 38 of file osp.c.

Referenced by osp_connection_close().

◆ socket

int osp_connection::socket

Definition at line 39 of file osp.c.

Referenced by osp_connection_close().


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