|
YAZ 5.35.1
|
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 |
| char | buf [128] |
| char * | connect_request_buf |
| int | connect_request_len |
| char * | connect_response_buf |
| int | connect_response_len |
| struct addrinfo* tcpip_state::ai |
Definition at line 123 of file tcpip.c.
Referenced by create_net_socket(), tcpip_bind(), tcpip_close(), tcpip_state_create(), and tcpip_straddr().
| struct addrinfo* tcpip_state::ai_connect |
Definition at line 124 of file tcpip.c.
Referenced by cont_connect(), tcpip_connect(), and tcpip_state_create().
| char* tcpip_state::altbuf |
Definition at line 114 of file tcpip.c.
Referenced by tcpip_close(), tcpip_get(), tcpip_more(), and tcpip_state_create().
| int tcpip_state::altlen |
Definition at line 116 of file tcpip.c.
Referenced by tcpip_get(), tcpip_more(), and tcpip_state_create().
| int tcpip_state::altsize |
Definition at line 115 of file tcpip.c.
Referenced by tcpip_get(), and tcpip_state_create().
| char* tcpip_state::bind_host |
Definition at line 121 of file tcpip.c.
Referenced by connect_and_bind(), create_net_socket(), tcpip_close(), tcpip_state_create(), yaz_tcpip_create2(), and yaz_tcpip_create3().
| 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().
| int(* tcpip_state::complete) (const char *buf, int len) |
Definition at line 120 of file tcpip.c.
Referenced by cs_set_head_only(), tcpip_get(), tcpip_more(), tcpip_rcvconnect(), and tcpip_state_create().
| 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().
| 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().
| char* tcpip_state::connect_response_buf |
Definition at line 140 of file tcpip.c.
Referenced by tcpip_close(), tcpip_rcvconnect(), and tcpip_state_create().
| int tcpip_state::connect_response_len |
Definition at line 141 of file tcpip.c.
Referenced by tcpip_rcvconnect(), and tcpip_state_create().
| char* tcpip_state::host_port |
Definition at line 122 of file tcpip.c.
Referenced by tcpip_close(), tcpip_rcvconnect(), tcpip_state_create(), and tcpip_straddr().
| int tcpip_state::ipv6_only |
Definition at line 125 of file tcpip.c.
Referenced by create_net_socket(), and tcpip_straddr().
| int tcpip_state::towrite |
Definition at line 119 of file tcpip.c.
Referenced by tcpip_put(), and tcpip_state_create().
| int tcpip_state::written |
Definition at line 118 of file tcpip.c.
Referenced by tcpip_put(), and tcpip_state_create().