
Go to the source code of this file.
| Macros | |
| #define | CHECK_HANDLE(handle) ASSERT((uv_udp_t*)(handle) == &server || (uv_udp_t*)(handle) == &client) | 
| Functions | |
| static void | cl_alloc_cb (uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) | 
| static void | cl_recv_cb (uv_udp_t *handle, ssize_t nread, const uv_buf_t *buf, const struct sockaddr *addr, unsigned flags) | 
| static void | cl_send_cb (uv_udp_send_t *req, int status) | 
| static void | close_cb (uv_handle_t *handle) | 
| static void | sv_alloc_cb (uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) | 
| static void | sv_recv_cb (uv_udp_t *handle, ssize_t nread, const uv_buf_t *rcvbuf, const struct sockaddr *addr, unsigned flags) | 
| static void | sv_send_cb (uv_udp_send_t *req, int status) | 
| TEST_IMPL (udp_alloc_cb_fail) | |
| Variables | |
| static int | cl_recv_cb_called | 
| static int | cl_send_cb_called | 
| static uv_udp_t | client | 
| static int | close_cb_called | 
| static uv_udp_t | server | 
| static int | sv_recv_cb_called | 
| static int | sv_send_cb_called | 
| #define CHECK_HANDLE | ( | handle | ) | ASSERT((uv_udp_t*)(handle) == &server || (uv_udp_t*)(handle) == &client) | 
Definition at line 29 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 54 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 68 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 83 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 61 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 44 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 109 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 97 of file test-udp-alloc-cb-fail.c.
| TEST_IMPL | ( | udp_alloc_cb_fail | ) | 
Definition at line 149 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 36 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 35 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 33 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 41 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 32 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 39 of file test-udp-alloc-cb-fail.c.
| 
 | static | 
Definition at line 38 of file test-udp-alloc-cb-fail.c.