Go to the source code of this file.
Macros | |
#define | INVALID_FD (-1) |
Functions | |
static void | on_connect (uv_connect_t *req, int status) |
static void | on_connection (uv_stream_t *server, int status) |
static void | tcp_connector (uv_loop_t *loop, uv_tcp_t *client, uv_connect_t *req) |
static void | tcp_listener (uv_loop_t *loop, uv_tcp_t *server) |
TEST_IMPL (tcp_create_early) | |
TEST_IMPL (tcp_create_early_accept) | |
TEST_IMPL (tcp_create_early_bad_bind) | |
TEST_IMPL (tcp_create_early_bad_domain) | |
#define INVALID_FD (-1) |
Definition at line 30 of file test-tcp-create-socket-early.c.
|
static |
Definition at line 34 of file test-tcp-create-socket-early.c.
|
static |
Definition at line 40 of file test-tcp-create-socket-early.c.
|
static |
Definition at line 77 of file test-tcp-create-socket-early.c.
Definition at line 60 of file test-tcp-create-socket-early.c.
TEST_IMPL | ( | tcp_create_early | ) |
Definition at line 94 of file test-tcp-create-socket-early.c.
TEST_IMPL | ( | tcp_create_early_accept | ) |
Definition at line 198 of file test-tcp-create-socket-early.c.
TEST_IMPL | ( | tcp_create_early_bad_bind | ) |
Definition at line 136 of file test-tcp-create-socket-early.c.
TEST_IMPL | ( | tcp_create_early_bad_domain | ) |
Definition at line 181 of file test-tcp-create-socket-early.c.