
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 | close_cb (uv_handle_t *handle) | 
| static void | sv_send_cb (uv_udp_send_t *req, int status) | 
| TEST_IMPL (udp_multicast_ttl) | |
| Variables | |
| static uv_udp_t | client | 
| static int | close_cb_called | 
| static uv_udp_t | server | 
| 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-multicast-ttl.c.
| 
 | static | 
Definition at line 39 of file test-udp-multicast-ttl.c.
| 
 | static | 
Definition at line 45 of file test-udp-multicast-ttl.c.
| TEST_IMPL | ( | udp_multicast_ttl | ) | 
Definition at line 56 of file test-udp-multicast-ttl.c.
| 
 | static | 
Definition at line 33 of file test-udp-multicast-ttl.c.
| 
 | static | 
Definition at line 36 of file test-udp-multicast-ttl.c.
| 
 | static | 
Definition at line 32 of file test-udp-multicast-ttl.c.
| 
 | static | 
Definition at line 35 of file test-udp-multicast-ttl.c.