Home
last modified time | relevance | path

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

/tools/testing/selftests/net/tcp_ao/
A Dconnect-deny.c111 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()
A Dkey-management.c1186 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()
/tools/testing/selftests/net/tcp_ao/lib/
A Daolib.h205 # define TEST_WRONG_IP "2001:db8:253::1" macro
215 # define TEST_WRONG_IP "10.0.253.1" macro

Completed in 10 milliseconds