Searched refs:addr_any (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/net/tcp_ao/ |
| A D | unsigned-md5.c | 137 union tcp_addr addr_any = {}; in server_add_fail_tests() local 156 union tcp_addr addr_any = {}; in server_fn() local 161 &addr_any, 0, 0, 100, 100, 0, "TCPAOGood", in server_fn() 164 &addr_any, 0, 0, 100, 100, 0, "TCPMD5Unexpected", in server_fn() 167 &addr_any, 0, 0, 100, 100, 0, "TCPAORequired", in server_fn() 673 union tcp_addr addr_any = {}; in client_fn() local 678 &addr_any, 0, 100, 100, 0, 0, 0, &this_ip_addr); in client_fn() 688 &addr_any, 0, 100, 100, 0, 0, 0, &this_ip_addr); in client_fn() 717 &addr_any, 0, 100, 100, 0, 0, 1, &client2); in client_fn() 721 port++, NULL, 0, &addr_any, 0, 100, 100, 0, in client_fn() [all …]
|
| A D | connect-deny.c | 223 union tcp_addr wrong_addr, network_addr, addr_any = {}; in client_fn() local 254 trace_ao_event_sk_expect(TCP_AO_SYNACK_NO_KEY, this_ip_dest, addr_any, in client_fn()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | kconfig.c | 75 union tcp_addr addr_any = {}; in has_tcp_md5() local 89 if (test_set_md5(sk, addr_any, 0, -1, DEFAULT_TEST_PASSWORD)) { in has_tcp_md5()
|
Completed in 6 milliseconds