Searched refs:h1 (Results 1 – 1 of 1) sorted by relevance
/libuv/test/ |
H A D | test-udp-bind.c | 33 uv_udp_t h1, h2; in TEST_IMPL() local 40 r = uv_udp_init(loop, &h1); in TEST_IMPL() 46 r = uv_udp_bind(&h1, (const struct sockaddr*) &addr, 0); in TEST_IMPL() 52 uv_close((uv_handle_t*) &h1, NULL); in TEST_IMPL() 66 uv_udp_t h1, h2; in TEST_IMPL() local 73 r = uv_udp_init(loop, &h1); in TEST_IMPL() 79 r = uv_udp_bind(&h1, (const struct sockaddr*) &addr, UV_UDP_REUSEADDR); in TEST_IMPL() 85 uv_close((uv_handle_t*) &h1, NULL); in TEST_IMPL()
|
Completed in 5 milliseconds