Home
last modified time | relevance | path

Searched refs:handle1 (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
45 r = uv_udp_init(loop, &handle1); in TEST_IMPL()
48 r = uv_udp_bind(&handle1, (const struct sockaddr*) &addr1, UV_UDP_REUSEADDR); in TEST_IMPL()

Completed in 8 milliseconds