YAZ  5.34.0
Data Fields
tcpip_state Struct Reference

Data Fields

char * altbuf
 
int altsize
 
int altlen
 
int written
 
int towrite
 
int(* complete )(const char *buf, int len)
 
char * bind_host
 
char * host_port
 
struct addrinfo * ai
 
struct addrinfo * ai_connect
 
int ipv6_only
 
int pipefd [2]
 
const char * port
 
yaz_thread_t thread_id
 
char buf [128]
 
char * connect_request_buf
 
int connect_request_len
 
char * connect_response_buf
 
int connect_response_len
 

Detailed Description

Definition at line 112 of file tcpip.c.

Field Documentation

◆ ai

struct addrinfo* tcpip_state::ai

◆ ai_connect

struct addrinfo* tcpip_state::ai_connect

Definition at line 124 of file tcpip.c.

Referenced by cont_connect(), tcpip_connect(), and tcpip_state_create().

◆ altbuf

char* tcpip_state::altbuf

Definition at line 114 of file tcpip.c.

Referenced by tcpip_close(), tcpip_get(), tcpip_more(), and tcpip_state_create().

◆ altlen

int tcpip_state::altlen

Definition at line 116 of file tcpip.c.

Referenced by tcpip_get(), tcpip_more(), and tcpip_state_create().

◆ altsize

int tcpip_state::altsize

Definition at line 115 of file tcpip.c.

Referenced by tcpip_get(), and tcpip_state_create().

◆ bind_host

char* tcpip_state::bind_host

◆ buf

char tcpip_state::buf[128]

Definition at line 131 of file tcpip.c.

Referenced by cs_get_peer_certificate_x509(), tcpip_addrstr(), and tcpip_put().

◆ complete

int(* tcpip_state::complete) (const char *buf, int len)

◆ connect_request_buf

char* tcpip_state::connect_request_buf

Definition at line 138 of file tcpip.c.

Referenced by connect_and_bind(), tcpip_close(), tcpip_rcvconnect(), and tcpip_state_create().

◆ connect_request_len

int tcpip_state::connect_request_len

Definition at line 139 of file tcpip.c.

Referenced by connect_and_bind(), tcpip_rcvconnect(), and tcpip_state_create().

◆ connect_response_buf

char* tcpip_state::connect_response_buf

Definition at line 140 of file tcpip.c.

Referenced by tcpip_close(), tcpip_rcvconnect(), and tcpip_state_create().

◆ connect_response_len

int tcpip_state::connect_response_len

Definition at line 141 of file tcpip.c.

Referenced by tcpip_rcvconnect(), and tcpip_state_create().

◆ host_port

char* tcpip_state::host_port

◆ ipv6_only

int tcpip_state::ipv6_only

Definition at line 125 of file tcpip.c.

Referenced by create_net_socket(), resolver_thread(), and tcpip_straddr().

◆ pipefd

int tcpip_state::pipefd[2]

◆ port

const char* tcpip_state::port

Definition at line 128 of file tcpip.c.

Referenced by parse_host_port(), resolver_thread(), tcpip_state_create(), and tcpip_straddr().

◆ thread_id

yaz_thread_t tcpip_state::thread_id

Definition at line 129 of file tcpip.c.

Referenced by tcpip_close(), tcpip_straddr(), and wait_resolver_thread().

◆ towrite

int tcpip_state::towrite

Definition at line 119 of file tcpip.c.

Referenced by tcpip_put(), and tcpip_state_create().

◆ written

int tcpip_state::written

Definition at line 118 of file tcpip.c.

Referenced by tcpip_put(), and tcpip_state_create().


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