Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-udp-reuseport.c35 uv_udp_t handle1, handle2, handle3; in TEST_IMPL() local
51 r = uv_udp_init(loop, &handle2); in TEST_IMPL()
54 r = uv_udp_bind(&handle2, (const struct sockaddr*) &addr2, UV_UDP_REUSEPORT); in TEST_IMPL()

Completed in 4 milliseconds