Function buf_read

fn buf_read<R: io::Reader>(r: &R, len: uint) -> ~str

Function buf_write

fn buf_write<W: io::Writer>(w: &W, val: &str)

Function impl_gl_tcp_ipv4_client_error_connection_refused

fn impl_gl_tcp_ipv4_client_error_connection_refused()

Function impl_gl_tcp_ipv4_get_peer_addr

fn impl_gl_tcp_ipv4_get_peer_addr()

Function impl_gl_tcp_ipv4_server_access_denied

fn impl_gl_tcp_ipv4_server_access_denied()

Function impl_gl_tcp_ipv4_server_address_in_use

fn impl_gl_tcp_ipv4_server_address_in_use()

Function impl_gl_tcp_ipv4_server_and_client

fn impl_gl_tcp_ipv4_server_and_client()

Function impl_gl_tcp_ipv4_server_client_reader_writer

fn impl_gl_tcp_ipv4_server_client_reader_writer()

Function impl_tcp_socket_impl_reader_handles_eof

fn impl_tcp_socket_impl_reader_handles_eof()

Function run_tcp_test_client

fn run_tcp_test_client(server_ip: &str, server_port: uint, resp: &str,
                       client_ch: oldcomm::Chan<~str>, iotask: IoTask) ->
 result::Result<~str, TcpConnectErrData>

Function run_tcp_test_server

fn run_tcp_test_server(server_ip: &str, server_port: uint, resp: ~str,
                       server_ch: oldcomm::Chan<~str>,
                       cont_ch: oldcomm::Chan<()>, iotask: IoTask) -> ~str

Function run_tcp_test_server_fail

fn run_tcp_test_server_fail(server_ip: &str, server_port: uint,
                            iotask: IoTask) -> TcpListenErrData

Function tcp_write_single

fn tcp_write_single(sock: &TcpSocket, val: ~[u8])