Home
last modified time | relevance | path

Searched refs:try_connect (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dconnect-deny.c161 static void try_connect(const char *tst_name, unsigned int port, in try_connect() function
226 try_connect("Non-AO server + AO client", port++, DEFAULT_TEST_PASSWORD, in client_fn()
231 try_connect("AO server + Non-AO client", port++, NULL, in client_fn()
236 try_connect("Wrong password", port++, DEFAULT_TEST_PASSWORD, in client_fn()
241 try_connect("Wrong rcv id", port++, DEFAULT_TEST_PASSWORD, in client_fn()
246 try_connect("Wrong snd id", port++, DEFAULT_TEST_PASSWORD, in client_fn()
251 try_connect("Different maclen", port++, DEFAULT_TEST_PASSWORD, in client_fn()
256 try_connect("Server: Wrong addr", port++, DEFAULT_TEST_PASSWORD, in client_fn()
259 try_connect("Client: Wrong addr", port++, DEFAULT_TEST_PASSWORD, in client_fn()
262 try_connect("rcv id != snd id", port++, DEFAULT_TEST_PASSWORD, in client_fn()
[all …]
Dunsigned-md5.c256 static void try_connect(const char *tst_name, unsigned int port, in try_connect() function
675 try_connect("AO server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn()
679 try_connect("AO server (INADDR_ANY): MD5 client", port++, &addr_any, 0, in client_fn()
683 try_connect("AO server (INADDR_ANY): unsigned client", port++, NULL, 0, in client_fn()
685 try_connect("AO server (AO_REQUIRED): AO client", port++, NULL, 0, in client_fn()
689 try_connect("AO server (AO_REQUIRED): unsigned client", port++, NULL, 0, in client_fn()
694 try_connect("MD5 server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn()
696 try_connect("MD5 server (INADDR_ANY): MD5 client", port++, &addr_any, 0, in client_fn()
700 try_connect("MD5 server (INADDR_ANY): no sign client", port++, NULL, 0, in client_fn()
705 try_connect("no sign server: AO client", port++, NULL, 0, in client_fn()
[all …]