Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/
H A Dconnect-deny.c161 static void try_connect(const char *tst_name, unsigned int port, in try_connect() function
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()
268 try_connect("Server: prefix match", port++, DEFAULT_TEST_PASSWORD, in client_fn()
[all …]
H A 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()
685 try_connect("AO server (AO_REQUIRED): AO client", port++, NULL, 0, in client_fn()
694 try_connect("MD5 server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn()
705 try_connect("no sign server: AO client", port++, NULL, 0, in client_fn()
709 try_connect("no sign server: MD5 client", port++, &addr_any, 0, in client_fn()
711 try_connect("no sign server: no sign client", port++, NULL, 0, in client_fn()
718 try_connect("AO+MD5 server: AO client (misconfig, matching MD5)", in client_fn()
723 try_connect("AO+MD5 server: AO client (misconfig, non-matching)", in client_fn()
730 try_connect("AO+MD5 server: MD5 client (misconfig, matching AO)", in client_fn()
[all …]