Searched refs:TEST_WRONG_IP (Results 1 – 3 of 3) sorted by relevance
111 if (inet_pton(TEST_FAMILY, TEST_WRONG_IP, &wrong_addr) != 1) in server_fn()112 test_error("Can't convert ip address %s", TEST_WRONG_IP); in server_fn()226 if (inet_pton(TEST_FAMILY, TEST_WRONG_IP, &wrong_addr) != 1) in client_fn()227 test_error("Can't convert ip address %s", TEST_WRONG_IP); in client_fn()
1186 if (inet_pton(TEST_FAMILY, TEST_WRONG_IP, &wrong_addr) != 1) in client_fn()1187 test_error("Can't convert ip address %s", TEST_WRONG_IP); in client_fn()
205 # define TEST_WRONG_IP "2001:db8:253::1" macro215 # define TEST_WRONG_IP "10.0.253.1" macro
Completed in 10 milliseconds