
Go to the source code of this file.
| Macros | |
| #define | CHECK_HANDLE(handle) ASSERT((uv_udp_t*)(handle) == &client) | 
| Functions | |
| static void | alloc_cb (uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) | 
| static void | close_cb (uv_handle_t *handle) | 
| static void | recv_cb (uv_udp_t *handle, ssize_t nread, const uv_buf_t *rcvbuf, const struct sockaddr *addr, unsigned flags) | 
| static void | send_cb (uv_udp_send_t *req, int status) | 
| TEST_IMPL (udp_send_unreachable) | |
| static void | timer_cb (uv_timer_t *h) | 
| Variables | |
| static int | alloc_cb_called | 
| static uv_udp_t | client | 
| static int | close_cb_called | 
| static int | recv_cb_called | 
| static int | send_cb_called | 
| static uv_timer_t | timer | 
| static int | timer_cb_called | 
Definition at line 29 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 42 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 54 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 68 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 60 of file test-udp-send-unreachable.c.
| TEST_IMPL | ( | udp_send_unreachable | ) | 
Definition at line 95 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 87 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 38 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 32 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 37 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 36 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 35 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 33 of file test-udp-send-unreachable.c.
| 
 | static | 
Definition at line 39 of file test-udp-send-unreachable.c.