Go to the source code of this file.
Functions | |
static void | close_cb (uv_handle_t *handle) |
static void | connect_cb (uv_connect_t *req, int status) |
TEST_IMPL (tcp_close_while_connecting) | |
static void | timer1_cb (uv_timer_t *handle) |
static void | timer2_cb (uv_timer_t *handle) |
Variables | |
static int | close_cb_called |
static int | connect_cb_called |
static int | netunreach_errors |
static uv_tcp_t | tcp_handle |
static int | timer1_cb_called |
static uv_timer_t | timer1_handle |
static uv_timer_t | timer2_handle |
|
static |
Definition at line 35 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 40 of file test-tcp-close-while-connecting.c.
TEST_IMPL | ( | tcp_close_while_connecting | ) |
Definition at line 65 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 53 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 60 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 31 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 29 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 32 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 27 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 30 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 25 of file test-tcp-close-while-connecting.c.
|
static |
Definition at line 26 of file test-tcp-close-while-connecting.c.