Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-connect6-error.c79 uv_interface_address_t* ifs; in TEST_IMPL() local
99 ASSERT_OK(uv_interface_addresses(&ifs, &n)); in TEST_IMPL()
100 for (p = ifs; p < &ifs[n]; p++) in TEST_IMPL()
104 ok = (p < &ifs[n]); in TEST_IMPL()
105 uv_free_interface_addresses(ifs, n); in TEST_IMPL()

Completed in 12 milliseconds