Lines Matching +full:- +full:100
1 // SPDX-License-Identifier: GPL-2.0
27 return -errno; in test_add_key_maclen()
56 if (err == -ETIMEDOUT) { in try_accept()
60 } else if (err == -EKEYREJECTED) { in try_accept()
114 try_accept("Non-AO server + AO client", port++, NULL, in server_fn()
115 this_ip_dest, -1, 100, 100, 0, in server_fn()
118 try_accept("AO server + Non-AO client", port++, DEFAULT_TEST_PASSWORD, in server_fn()
119 this_ip_dest, -1, 100, 100, 0, in server_fn()
123 this_ip_dest, -1, 100, 100, 0, in server_fn()
127 this_ip_dest, -1, 100, 101, 0, in server_fn()
131 this_ip_dest, -1, 101, 100, 0, in server_fn()
135 this_ip_dest, -1, 100, 100, 8, in server_fn()
139 wrong_addr, -1, 100, 100, 0, in server_fn()
144 this_ip_dest, -1, 100, 100, 0, NULL, 0, FAULT_KEYREJECT); in server_fn()
147 this_ip_dest, -1, 200, 100, 0, in server_fn()
154 network_addr, 16, 100, 100, 0, in server_fn()
158 this_ip_dest, -1, 100, 100, 0, in server_fn()
190 if (fault(KEYREJECT) && ret == -EKEYREJECTED) { in try_connect()
192 } else if (ret == -ETIMEDOUT && fault(TIMEOUT)) { in try_connect()
194 } else if (ret == -ECONNREFUSED && in try_connect()
230 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
231 try_connect("Non-AO server + AO client", port++, DEFAULT_TEST_PASSWORD, in client_fn()
232 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
235 -1, port, 0, 0, 1, 0, 0, 0); in client_fn()
236 try_connect("AO server + Non-AO client", port++, NULL, in client_fn()
237 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
240 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
242 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
245 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
247 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
251 * Potentially, it can be speed up by setting sk_pair = -ETIMEDOUT in client_fn()
255 port, 0, 100, 100); in client_fn()
257 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
260 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
262 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
265 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
267 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
270 wrong_addr, -1, 100, 100, 0, FAULT_KEYREJECT); in client_fn()
273 this_ip_dest, -1, 100, 200, TEST_CNT_GOOD, 0); in client_fn()
279 this_ip_dest, -1, 100, 100, TEST_CNT_GOOD, 0); in client_fn()
282 network_addr, 16, 100, 100, TEST_CNT_GOOD, 0); in client_fn()