OpenVAS Libraries
9.0.3
|
Data Fields | |
int | fd |
openvas_encaps_t | transport |
char * | priority |
int | timeout |
int | options |
int | port |
gnutls_session_t | tls_session |
gnutls_certificate_credentials_t | tls_cred |
pid_t | pid |
char * | buf |
int | bufsz |
int | bufcnt |
int | bufptr |
int | last_err |
char* openvas_connection::buf |
NULL if unbuffered
Definition at line 88 of file network.c.
Referenced by read_stream_connection_min(), and stream_set_buffer().
int openvas_connection::bufcnt |
Definition at line 89 of file network.c.
Referenced by read_stream_connection_min(), and stream_set_buffer().
int openvas_connection::bufptr |
Definition at line 89 of file network.c.
Referenced by read_stream_connection_min(), and stream_set_buffer().
int openvas_connection::bufsz |
Definition at line 89 of file network.c.
Referenced by read_stream_connection_min(), stream_get_buffer_sz(), and stream_set_buffer().
int openvas_connection::last_err |
Definition at line 90 of file network.c.
Referenced by stream_get_err().
int openvas_connection::options |
Misc options - see ids_send.h
int openvas_connection::port |
Definition at line 81 of file network.c.
Referenced by close_stream_connection().
char* openvas_connection::priority |
int openvas_connection::timeout |
timeout, in seconds. Special values: -2 for default
Definition at line 78 of file network.c.
Referenced by stream_set_timeout().
gnutls_certificate_credentials_t openvas_connection::tls_cred |
gnutls_session_t openvas_connection::tls_session |
openvas_encaps_t openvas_connection::transport |