Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/tcp_ao/
H A Dconnect-deny.c166 static void try_connect(const char *tst_name, unsigned int port, in try_connect() function
236 try_connect("AO server + Non-AO client", port++, NULL, in client_fn()
241 try_connect("Wrong password", port++, DEFAULT_TEST_PASSWORD, in client_fn()
246 try_connect("Wrong rcv id", port++, DEFAULT_TEST_PASSWORD, in client_fn()
256 try_connect("Wrong snd id", port++, DEFAULT_TEST_PASSWORD, in client_fn()
261 try_connect("Different maclen", port++, DEFAULT_TEST_PASSWORD, in client_fn()
266 try_connect("Server: Wrong addr", port++, DEFAULT_TEST_PASSWORD, in client_fn()
269 try_connect("Client: Wrong addr", port++, DEFAULT_TEST_PASSWORD, in client_fn()
272 try_connect("rcv id != snd id", port++, DEFAULT_TEST_PASSWORD, in client_fn()
278 try_connect("Server: prefix match", port++, DEFAULT_TEST_PASSWORD, in client_fn()
[all …]
H A Dunsigned-md5.c264 static void try_connect(const char *tst_name, unsigned int port, in try_connect() function
677 try_connect("AO server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn()
687 try_connect("AO server (AO_REQUIRED): AO client", port++, NULL, 0, in client_fn()
696 try_connect("MD5 server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn()
707 try_connect("no sign server: AO client", port++, NULL, 0, in client_fn()
711 try_connect("no sign server: MD5 client", port++, &addr_any, 0, in client_fn()
713 try_connect("no sign server: no sign client", port++, NULL, 0, in client_fn()
720 try_connect("AO+MD5 server: AO client (misconfig, matching MD5)", in client_fn()
725 try_connect("AO+MD5 server: AO client (misconfig, non-matching)", in client_fn()
732 try_connect("AO+MD5 server: MD5 client (misconfig, matching AO)", in client_fn()
[all …]