Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/
H A Dconnect-deny.c107 if (inet_pton(TEST_FAMILY, TEST_WRONG_IP, &wrong_addr) != 1) in server_fn()
108 test_error("Can't convert ip address %s", TEST_WRONG_IP); in server_fn()
221 if (inet_pton(TEST_FAMILY, TEST_WRONG_IP, &wrong_addr) != 1) in client_fn()
222 test_error("Can't convert ip address %s", TEST_WRONG_IP); in client_fn()
H 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()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h204 # define TEST_WRONG_IP "2001:db8:253::1" macro
214 # define TEST_WRONG_IP "10.0.253.1" macro