Go to the source code of this file.
Macros | |
#define | CHECK_HANDLE(handle) ASSERT((uv_udp_t*)(handle) == &handle_) |
#define | CHECK_REQ(req) ASSERT((req) == &req_); |
Functions | |
static void | close_cb (uv_handle_t *handle) |
static void | send_cb (uv_udp_send_t *req, int status) |
TEST_IMPL (udp_dgram_too_big) | |
Variables | |
static int | close_cb_called |
static uv_udp_t | handle_ |
static uv_udp_send_t | req_ |
static int | send_cb_called |
Definition at line 29 of file test-udp-dgram-too-big.c.
Definition at line 32 of file test-udp-dgram-too-big.c.
|
static |
Definition at line 42 of file test-udp-dgram-too-big.c.
|
static |
Definition at line 48 of file test-udp-dgram-too-big.c.
TEST_IMPL | ( | udp_dgram_too_big | ) |
Definition at line 59 of file test-udp-dgram-too-big.c.
|
static |
Definition at line 39 of file test-udp-dgram-too-big.c.
|
static |
Definition at line 35 of file test-udp-dgram-too-big.c.
|
static |
Definition at line 36 of file test-udp-dgram-too-big.c.
|
static |
Definition at line 38 of file test-udp-dgram-too-big.c.