alert() | TCP_sock | |
alert_flag | TCP_sock | [private] |
alerts_enabled | TCP_sock | [private] |
alive() | TCP_sock | |
bytes_in_pipe | TCP_sock | [private] |
configure_blocking() | TCP_sock | [private] |
connect_to(const Text &hostname, const Text &port) | TCP_sock | |
connect_to(const Text &host_and_port) | TCP_sock | |
connect_to(sockaddr_in &addr) | TCP_sock | |
connected enum value | TCP_sock | [private] |
controlled_wait() | TCP_sock | [private] |
dead enum value | TCP_sock | [private] |
default_rcvbuffer_size enum value | TCP_sock | |
default_sndbuffer_size enum value | TCP_sock | |
defaultsock | TCP_sock | [private, static] |
disable_alerts() | TCP_sock | |
disable_keepalive() | TCP_sock | [inline] |
disable_read_timeout() | TCP_sock | |
enable_alerts() | TCP_sock | |
enable_keepalive() | TCP_sock | [inline] |
enable_read_timeout(unsigned int seconds) | TCP_sock | |
end_of_file enum value | TCP_sock | |
ensure_init() | TCP_sock | [private, static] |
ensure_rcvbuffer() | TCP_sock | [private] |
ensure_sndbuffer() | TCP_sock | [private] |
ensure_state(sock_state should_be) | TCP_sock | [private] |
environment_problem enum value | TCP_sock | |
fd | TCP_sock | [private] |
fill_rcvbuffer() | TCP_sock | [private] |
flush() | TCP_sock | [inline] |
fresh enum value | TCP_sock | [private] |
get_fd() | TCP_sock | [inline] |
get_keepalive() | TCP_sock | |
get_local_addr(sockaddr_in &addr) | TCP_sock | |
get_read_timeout(unsigned int &seconds) | TCP_sock | [inline] |
get_remote_addr(sockaddr_in &addr) | TCP_sock | |
him | TCP_sock | [private] |
host_to_addr(const Text &hostname) | TCP_sock | [static] |
init() | TCP_sock | [private, static] |
init_block | TCP_sock | [private, static] |
instance_init() | TCP_sock | [private] |
internal_trouble enum value | TCP_sock | |
invalid_parameter enum value | TCP_sock | |
listening enum value | TCP_sock | [private] |
m | TCP_sock | [private] |
me | TCP_sock | [private] |
my_hostname | TCP_sock | [private, static] |
name_to_sockaddr(const Text &hostname, const Text &port, sockaddr_in &s) | TCP_sock | [static] |
name_to_sockaddr(const Text &host_and_port, sockaddr_in &s) | TCP_sock | [static] |
new_socket(u_short port) | TCP_sock | [private] |
non_blocking | TCP_sock | [private] |
operator=(TCP_sock &) | TCP_sock | [private] |
parse_port(const Text &port) | TCP_sock | [static] |
partner_went_away enum value | TCP_sock | |
pipe_rd | TCP_sock | [private] |
pipe_wr | TCP_sock | [private] |
rcvbuff | TCP_sock | [private] |
rcvbuff_size | TCP_sock | [private] |
rcvcurp | TCP_sock | [private] |
rcvend | TCP_sock | [private] |
read_timeout enum value | TCP_sock | |
read_timeout_enabled | TCP_sock | [private] |
read_timeout_secs | TCP_sock | [private] |
recv_data(char *buffer, int len) | TCP_sock | |
self_addr | TCP_sock | [private, static] |
send_data(const char *buffer, int len, bool flush=false) | TCP_sock | |
set_input_buffer_size(int bytes=default_rcvbuffer_size) | TCP_sock | |
set_keepalive(bool state) | TCP_sock | |
set_no_delay(int fd) | TCP_sock | [private, static] |
set_output_buffer_size(int bytes=default_sndbuffer_size) | TCP_sock | |
set_waiters(int waiters=1) | TCP_sock | |
sndbuff | TCP_sock | [private] |
sndbuff_len | TCP_sock | [private] |
sndbuff_size | TCP_sock | [private] |
sock_state enum name | TCP_sock | [private] |
state | TCP_sock | [private] |
tcp_protolevel | TCP_sock | [private, static] |
TCP_sock(u_short port=0) | TCP_sock | |
TCP_sock(TCP_sock &) | TCP_sock | [private] |
TCP_sock(const empty_sock_marker &) | TCP_sock | [private] |
TCP_sock_init() | TCP_sock | [friend] |
test_alert() | TCP_sock | |
this_host() | TCP_sock | [static] |
unknown_host enum value | TCP_sock | |
unknown_port enum value | TCP_sock | |
wait_for_connect() | TCP_sock | |
wrong_state enum value | TCP_sock | |
~TCP_sock() | TCP_sock | |