Go to the source code of this file.
Functions | |
static void | alloc_cb (uv_handle_t *handle, size_t size, uv_buf_t *buf) |
static void | close_cb (uv_handle_t *handle) |
static void | connect_cb (uv_connect_t *req, int status) |
static void | connection_cb (uv_stream_t *server, int status) |
static void | do_close (uv_tcp_t *handle) |
static void | do_connect (uv_loop_t *loop, uv_tcp_t *tcp_client) |
static void | do_write (uv_tcp_t *handle) |
static void | read_cb (uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) |
static void | read_cb2 (uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) |
static void | shutdown_cb (uv_shutdown_t *req, int status) |
static void | start_server (uv_loop_t *loop, uv_tcp_t *handle) |
TEST_IMPL (tcp_close_reset_accepted) | |
TEST_IMPL (tcp_close_reset_accepted_after_shutdown) | |
TEST_IMPL (tcp_close_reset_client) | |
TEST_IMPL (tcp_close_reset_client_after_shutdown) | |
static void | write_cb (uv_write_t *req, int status) |
Variables | |
static int | client_close |
static int | close_cb_called |
static uv_connect_t | connect_req |
static uv_loop_t * | loop |
static int | read_size |
static int | shutdown_before_close |
static int | shutdown_cb_called |
static uv_shutdown_t | shutdown_req |
static uv_tcp_t | tcp_accepted |
static uv_tcp_t | tcp_client |
static uv_tcp_t | tcp_server |
static int | write_cb_called |
static uv_write_t | write_reqs [4] |
|
static |
Definition at line 76 of file test-tcp-close-reset.c.
|
static |
Definition at line 106 of file test-tcp-close-reset.c.
|
static |
Definition at line 89 of file test-tcp-close-reset.c.
|
static |
Definition at line 137 of file test-tcp-close-reset.c.
|
static |
Definition at line 64 of file test-tcp-close-reset.c.
Definition at line 164 of file test-tcp-close-reset.c.
|
static |
Definition at line 51 of file test-tcp-close-reset.c.
|
static |
Definition at line 125 of file test-tcp-close-reset.c.
|
static |
Definition at line 82 of file test-tcp-close-reset.c.
|
static |
Definition at line 115 of file test-tcp-close-reset.c.
Definition at line 147 of file test-tcp-close-reset.c.
TEST_IMPL | ( | tcp_close_reset_accepted | ) |
Definition at line 238 of file test-tcp-close-reset.c.
TEST_IMPL | ( | tcp_close_reset_accepted_after_shutdown | ) |
Definition at line 265 of file test-tcp-close-reset.c.
TEST_IMPL | ( | tcp_close_reset_client | ) |
Definition at line 184 of file test-tcp-close-reset.c.
TEST_IMPL | ( | tcp_close_reset_client_after_shutdown | ) |
Definition at line 211 of file test-tcp-close-reset.c.
|
static |
Definition at line 98 of file test-tcp-close-reset.c.
|
static |
Definition at line 36 of file test-tcp-close-reset.c.
|
static |
Definition at line 40 of file test-tcp-close-reset.c.
|
static |
Definition at line 32 of file test-tcp-close-reset.c.
|
static |
Definition at line 28 of file test-tcp-close-reset.c.
|
static |
Definition at line 48 of file test-tcp-close-reset.c.
|
static |
Definition at line 37 of file test-tcp-close-reset.c.
|
static |
Definition at line 41 of file test-tcp-close-reset.c.
|
static |
Definition at line 33 of file test-tcp-close-reset.c.
|
static |
Definition at line 31 of file test-tcp-close-reset.c.
|
static |
Definition at line 30 of file test-tcp-close-reset.c.
|
static |
Definition at line 29 of file test-tcp-close-reset.c.
|
static |
Definition at line 39 of file test-tcp-close-reset.c.
|
static |
Definition at line 34 of file test-tcp-close-reset.c.