| /tools/testing/selftests/net/tcp_ao/ |
| A D | connect-deny.c | 115 this_ip_dest, -1, 100, 100, 0, in server_fn() 119 this_ip_dest, -1, 100, 100, 0, in server_fn() 123 this_ip_dest, -1, 100, 100, 0, in server_fn() 127 this_ip_dest, -1, 100, 101, 0, in server_fn() 131 this_ip_dest, -1, 101, 100, 0, in server_fn() 135 this_ip_dest, -1, 100, 100, 8, in server_fn() 147 this_ip_dest, -1, 200, 100, 0, in server_fn() 158 this_ip_dest, -1, 100, 100, 0, in server_fn() 232 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn() 237 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn() [all …]
|
| A D | unsigned-md5.c | 170 &this_ip_dest, TEST_PREFIX, true, in server_fn() 173 &this_ip_dest, TEST_PREFIX, true, in server_fn() 523 this_ip_dest, TEST_PREFIX, -1, this_ip_dest, TEST_PREFIX, 0, in client_add_fail_tests() 527 this_ip_dest, TEST_PREFIX, -1, this_ip_dest, TEST_PREFIX, 0, in client_add_fail_tests() 531 this_ip_dest, TEST_PREFIX, -1, this_ip_dest, TEST_PREFIX, 0, in client_add_fail_tests() 680 this_ip_dest, -1, port, 0, 0, 1, 0, 0, 0); in client_fn() 684 this_ip_dest, -1, port, 0, 0, 1, 0, 0, 0); in client_fn() 690 this_ip_dest, -1, port, 0, 0, 1, 0, 0, 0); in client_fn() 701 this_ip_dest, -1, port, 0, 0, 1, 0, 0, 0); in client_fn() 710 this_ip_dest, -1, port, 0, 0, 1, 0, 0, 0); in client_fn() [all …]
|
| A D | restore.c | 30 if (test_add_key(lsk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in try_server_run() 119 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in test_get_sk_checkpoint() 123 if (test_connect_socket(sk, this_ip_dest, server_port) <= 0) in test_get_sk_checkpoint() 156 test_sock_restore(sk, img, saddr, this_ip_dest, server_port); in test_sk_restore() 157 if (test_add_repaired_key(sk, DEFAULT_TEST_PASSWORD, 0, this_ip_dest, -1, 100, 100)) in test_sk_restore() 210 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 212 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn() 219 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() 221 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_dest, this_ip_addr, in client_fn() 228 trace_ao_event_expect(TCP_AO_MISMATCH, this_ip_addr, this_ip_dest, in client_fn() [all …]
|
| A D | seq-ext.c | 77 if (test_add_key(lsk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in server_fn() 116 sk = test_sk_restore(&img, &ao_img, &saddr, this_ip_dest, in server_fn() 120 this_ip_dest, test_server_port + 1, client_new_port, 1); in server_fn() 121 trace_ao_event_sne_expect(TCP_AO_SND_SNE_UPDATE, this_ip_dest, in server_fn() 124 this_ip_dest, test_server_port + 1, client_new_port, 1); in server_fn() 125 trace_ao_event_sne_expect(TCP_AO_RCV_SNE_UPDATE, this_ip_dest, in server_fn() 186 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in client_fn() 190 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn() 215 sk = test_sk_restore(&img, &ao_img, &saddr, this_ip_dest, in client_fn()
|
| A D | key-management.c | 238 sk = prepare_sk(&this_ip_dest, 200, 200); in check_closed_socket() 243 sk = prepare_sk(&this_ip_dest, 200, 200); in check_closed_socket() 250 sk = prepare_sk(&this_ip_dest, 200, 200); in check_closed_socket() 263 sk = prepare_sk(&this_ip_dest, 200, 200); in check_closed_socket() 268 this_ip_dest, DEFAULT_TEST_PREFIX, in check_closed_socket() 272 this_ip_dest, DEFAULT_TEST_PREFIX, in check_closed_socket() 374 this_ip_dest, DEFAULT_TEST_PREFIX, in check_listen_socket() 378 this_ip_dest, DEFAULT_TEST_PREFIX, in check_listen_socket() 604 addr = &this_ip_dest; in key_collection_socket() 609 addr = &this_ip_dest; in key_collection_socket() [all …]
|
| A D | rst.c | 92 if (test_add_key(lsk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in test_server_active_rst() 137 if (test_add_key(lsk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in test_server_passive_rst() 268 this_ip_dest, -1, 100, 100)) in test_client_active_rst() 274 err = _test_connect_socket(sk[i], this_ip_dest, port, i != 0); in test_client_active_rst() 285 err = _test_connect_socket(sk[last], this_ip_dest, port, 1); in test_client_active_rst() 335 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in test_client_passive_rst() 339 if (test_connect_socket(sk, this_ip_dest, port) <= 0) in test_client_passive_rst() 394 test_sock_restore(sk, &img, &saddr, this_ip_dest, port); in test_client_passive_rst() 395 if (test_add_repaired_key(sk, DEFAULT_TEST_PASSWORD, 0, this_ip_dest, -1, 100, 100)) in test_client_passive_rst()
|
| A D | connect.c | 13 if (test_add_key(lsk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in server_fn() 43 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in client_fn() 47 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
|
| A D | setsockopt-closed.c | 147 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, in prepare_defs() 154 tcp_addr_to_sockaddr_in(&del->addr, &this_ip_dest, 0); in prepare_defs() 160 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, in prepare_defs() 297 tcp_addr_to_sockaddr_in(&ao.addr, &this_ip_dest, 1234); in test_einval_add_key() 638 tcp_addr_to_sockaddr_in(&out.addr, &this_ip_dest, 0); in test_einval_get_keys() 656 tcp_addr_to_sockaddr_in(&out.addr, &this_ip_dest, 0); in test_einval_get_keys() 662 tcp_addr_to_sockaddr_in(&out.addr, &this_ip_dest, 0); in test_einval_get_keys() 668 tcp_addr_to_sockaddr_in(&out.addr, &this_ip_dest, 0); in test_einval_get_keys() 678 tcp_addr_to_sockaddr_in(&out.addr, &this_ip_dest, 0); in test_einval_get_keys() 700 tcp_addr_to_sockaddr_in(&out.addr, &this_ip_dest, 0); in test_einval_get_keys() [all …]
|
| A D | bench-lookups.c | 260 if (test_connect_socket(sk, this_ip_dest, test_server_port + *p) <= 0) in connect_client() 284 ret = ip_route_add(veth_name, TEST_FAMILY, taddr, this_ip_dest); in client_addr_setup() 313 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, in bench_connect_client()
|
| A D | icmps-discard.c | 120 if (test_add_key(lsk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in server_fn() 428 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, this_ip_dest, -1, 100, 100)) in client_fn() 432 if (test_connect_socket(sk, this_ip_dest, test_server_port) <= 0) in client_fn()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | setup.c | 200 __thread union tcp_addr this_ip_dest; variable 213 this_ip_dest = p->dest_ip; in new_pthread_entry() 277 this_ip_dest = addr2; in __test_init()
|
| A D | aolib.h | 268 extern __thread union tcp_addr this_ip_dest;
|