ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <internet.h>
Definition at line 67 of file internet.h.
char* netconn_t::extra_buf |
Definition at line 76 of file internet.h.
Referenced by read_ssl_chunk(), and tcp_disconnect().
size_t netconn_t::extra_len |
Definition at line 77 of file internet.h.
Referenced by read_ssl_chunk(), and tcp_disconnect().
BOOL netconn_t::is_blocking |
Definition at line 71 of file internet.h.
Referenced by set_socket_blocking().
BOOL netconn_t::keep_alive |
Definition at line 84 of file internet.h.
Referenced by http_process_keep_alive(), and http_release_netconn().
DWORD64 netconn_t::keep_until |
Definition at line 85 of file internet.h.
Referenced by http_release_netconn().
BOOL netconn_t::mask_errors |
Definition at line 82 of file internet.h.
Referenced by netcon_secure_connect_setup(), and netconn_verify_cert().
size_t netconn_t::peek_len |
Definition at line 80 of file internet.h.
Referenced by NETCON_recv(), read_ssl_chunk(), tcp_disconnect(), and tcp_recv().
char* netconn_t::peek_msg |
Definition at line 78 of file internet.h.
Referenced by NETCON_recv(), read_ssl_chunk(), tcp_disconnect(), and tcp_recv().
char* netconn_t::peek_msg_mem |
Definition at line 79 of file internet.h.
Referenced by NETCON_recv(), read_ssl_chunk(), tcp_disconnect(), and tcp_recv().
Definition at line 86 of file internet.h.
Referenced by http_release_netconn().
BOOL netconn_t::secure |
Definition at line 70 of file internet.h.
Referenced by HTTPREQ_QueryOption(), NETCON_GetCipherStrength(), NETCON_recv(), NETCON_secure_connect(), netcon_secure_connect_setup(), and NETCON_send().
DWORD netconn_t::security_flags |
Definition at line 81 of file internet.h.
Referenced by HTTPREQ_QueryOption(), HTTPREQ_SetOption(), netcon_secure_connect_setup(), netconn_verify_cert(), and WININET_InvalidCertificateDialog().
server_t* netconn_t::server |
Definition at line 74 of file internet.h.
Referenced by http_release_netconn(), NETCON_secure_connect(), netcon_secure_connect_setup(), and netconn_verify_cert().
int netconn_t::socket |
Definition at line 69 of file internet.h.
Referenced by NETCON_recv(), NETCON_secure_connect(), netcon_secure_connect_setup(), NETCON_send(), NETCON_set_timeout(), read_ssl_chunk(), send_ssl_chunk(), and set_socket_blocking().
char* netconn_t::ssl_buf |
Definition at line 75 of file internet.h.
Referenced by netcon_secure_connect_setup(), read_ssl_chunk(), send_ssl_chunk(), and tcp_disconnect().
CtxtHandle netconn_t::ssl_ctx |
Definition at line 72 of file internet.h.
Referenced by NETCON_GetCert(), NETCON_GetCipherStrength(), netcon_secure_connect_setup(), read_ssl_chunk(), send_ssl_chunk(), and tcp_disconnect().
SecPkgContext_StreamSizes netconn_t::ssl_sizes |
Definition at line 73 of file internet.h.
Referenced by netcon_secure_connect_setup(), NETCON_send(), read_ssl_chunk(), send_ssl_chunk(), and tcp_send().