Searched refs:try_connect (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | connect-deny.c | 166 static void try_connect(const char *tst_name, unsigned int port, in try_connect() function 231 try_connect("Non-AO server + AO client", port++, DEFAULT_TEST_PASSWORD, in client_fn() 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() [all …]
|
| H A D | unsigned-md5.c | 264 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() 681 try_connect("AO server (INADDR_ANY): MD5 client", port++, &addr_any, 0, in client_fn() 685 try_connect("AO server (INADDR_ANY): unsigned client", port++, NULL, 0, in client_fn() 687 try_connect("AO server (AO_REQUIRED): AO client", port++, NULL, 0, in client_fn() 691 try_connect("AO server (AO_REQUIRED): unsigned client", port++, NULL, 0, in client_fn() 696 try_connect("MD5 server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn() 698 try_connect("MD5 server (INADDR_ANY): MD5 client", port++, &addr_any, 0, in client_fn() 702 try_connect("MD5 server (INADDR_ANY): no sign client", port++, NULL, 0, in client_fn() 707 try_connect("no sign server: AO client", port++, NULL, 0, in client_fn() [all …]
|