Searched refs:hints (Results 1 – 1 of 1) sorted by relevance
35 static const struct addrinfo hints = in test_localhost_bind() local42 TEST_VERIFY_EXIT (getaddrinfo ("127.0.0.1", "53", &hints, ai + 0) == 0); in test_localhost_bind()43 TEST_VERIFY_EXIT (getaddrinfo ("127.0.0.2", "53", &hints, ai + 1) == 0); in test_localhost_bind()44 TEST_VERIFY_EXIT (getaddrinfo ("127.0.0.3", "53", &hints, ai + 2) == 0); in test_localhost_bind()
Completed in 4 milliseconds