ReactOS 0.4.15-dev-8058-ga7cbb60
server_t Struct Reference

#include <internet.h>

Collaboration diagram for server_t:

Public Attributes

WCHARname
 
INTERNET_PORT port
 
BOOL is_https
 
struct sockaddr_storage addr
 
int addr_len
 
char addr_str [INET6_ADDRSTRLEN]
 
WCHARscheme_host_port
 
const WCHARhost_port
 
const WCHARcanon_host_port
 
LONG ref
 
DWORD security_flags
 
const CERT_CHAIN_CONTEXTcert_chain
 
struct list entry
 
struct list conn_pool
 

Detailed Description

Definition at line 35 of file internet.h.

Member Data Documentation

◆ addr

struct sockaddr_storage server_t::addr

Definition at line 39 of file internet.h.

◆ addr_len

int server_t::addr_len

Definition at line 40 of file internet.h.

◆ addr_str

char server_t::addr_str[INET6_ADDRSTRLEN]

Definition at line 41 of file internet.h.

◆ canon_host_port

const WCHAR* server_t::canon_host_port

Definition at line 45 of file internet.h.

Referenced by compose_request_url(), and get_host_header().

◆ cert_chain

const CERT_CHAIN_CONTEXT* server_t::cert_chain

Definition at line 50 of file internet.h.

Referenced by netconn_verify_cert().

◆ conn_pool

struct list server_t::conn_pool

Definition at line 53 of file internet.h.

Referenced by http_release_netconn().

◆ entry

struct list server_t::entry

Definition at line 52 of file internet.h.

◆ host_port

const WCHAR* server_t::host_port

Definition at line 44 of file internet.h.

◆ is_https

BOOL server_t::is_https

Definition at line 38 of file internet.h.

Referenced by compose_request_url(), and get_server().

◆ name

WCHAR* server_t::name

◆ port

INTERNET_PORT server_t::port

Definition at line 37 of file internet.h.

Referenced by get_server(), HTTP_DealWithProxy(), and HTTPREQ_QueryOption().

◆ ref

LONG server_t::ref

Definition at line 47 of file internet.h.

◆ scheme_host_port

WCHAR* server_t::scheme_host_port

Definition at line 43 of file internet.h.

Referenced by build_proxy_path_url().

◆ security_flags

DWORD server_t::security_flags

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