Go to the source code of this file.
Functions | |
static void | close_cb (uv_handle_t *handle) |
TEST_IMPL (tcp_bind_error_addrinuse) | |
TEST_IMPL (tcp_bind_error_addrnotavail_1) | |
TEST_IMPL (tcp_bind_error_addrnotavail_2) | |
TEST_IMPL (tcp_bind_error_fault) | |
TEST_IMPL (tcp_bind_error_inval) | |
TEST_IMPL (tcp_bind_invalid_flags) | |
TEST_IMPL (tcp_bind_localhost_ok) | |
TEST_IMPL (tcp_bind_writable_flags) | |
TEST_IMPL (tcp_listen_without_bind) | |
Variables | |
static int | close_cb_called = 0 |
|
static |
Definition at line 31 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_error_addrinuse | ) |
Definition at line 37 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_error_addrnotavail_1 | ) |
Definition at line 70 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_error_addrnotavail_2 | ) |
Definition at line 95 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_error_fault | ) |
Definition at line 118 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_error_inval | ) |
Definition at line 144 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_invalid_flags | ) |
Definition at line 188 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_localhost_ok | ) |
Definition at line 171 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_bind_writable_flags | ) |
Definition at line 219 of file test-tcp-bind-error.c.
TEST_IMPL | ( | tcp_listen_without_bind | ) |
Definition at line 205 of file test-tcp-bind-error.c.
|
static |
Definition at line 28 of file test-tcp-bind-error.c.