Searched refs:TEST_NETWORK (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | connect-deny.c | 145 if (inet_pton(TEST_FAMILY, TEST_NETWORK, &network_addr) != 1) in server_fn() 146 test_error("Can't convert ip address %s", TEST_NETWORK); in server_fn() 265 if (inet_pton(TEST_FAMILY, TEST_NETWORK, &network_addr) != 1) in client_fn() 266 test_error("Can't convert ip address %s", TEST_NETWORK); in client_fn()
|
H A D | bench-lookups.c | 21 if (inet_pton(TEST_FAMILY, TEST_NETWORK, &net) != 1) in gen_test_ips() 22 test_error("Can't convert ip address %s", TEST_NETWORK); in gen_test_ips()
|
H A D | setsockopt-closed.c | 238 if (inet_pton(TEST_FAMILY, TEST_NETWORK, &net) != 1) in test_optmem_limit() 239 test_error("Can't convert ip address %s", TEST_NETWORK); in test_optmem_limit() 788 if (inet_pton(TEST_FAMILY, TEST_NETWORK, &network_dup) != 1) in duplicate_tests() 789 test_error("Can't convert ip address %s", TEST_NETWORK); in duplicate_tests()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | aolib.h | 206 # define TEST_NETWORK "2001::" macro 216 # define TEST_NETWORK "10.0.0.0" macro
|