Lines Matching +full:- +full:100
1 // SPDX-License-Identifier: GPL-2.0
26 return -errno; in test_add_key_maclen()
56 if (err == -ETIMEDOUT) { in try_accept()
110 try_accept("Non-AO server + AO client", port++, NULL, in server_fn()
111 this_ip_dest, -1, 100, 100, 0, in server_fn()
114 try_accept("AO server + Non-AO client", port++, DEFAULT_TEST_PASSWORD, in server_fn()
115 this_ip_dest, -1, 100, 100, 0, in server_fn()
119 this_ip_dest, -1, 100, 100, 0, in server_fn()
123 this_ip_dest, -1, 100, 101, 0, in server_fn()
127 this_ip_dest, -1, 101, 100, 0, in server_fn()
131 this_ip_dest, -1, 100, 100, 8, in server_fn()
135 wrong_addr, -1, 100, 100, 0, in server_fn()
139 this_ip_dest, -1, 100, 100, 0, NULL, 0, FAULT_TIMEOUT); in server_fn()
142 this_ip_dest, -1, 200, 100, 0, in server_fn()
149 network_addr, 16, 100, 100, 0, in server_fn()
153 this_ip_dest, -1, 100, 100, 0, in server_fn()
187 if (fault(KEYREJECT) && ret == -EKEYREJECTED) { in try_connect()
189 } else if (ret == -ETIMEDOUT && fault(TIMEOUT)) { in try_connect()
191 } else if (ret == -ECONNREFUSED && in try_connect()
225 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
226 try_connect("Non-AO server + AO client", port++, DEFAULT_TEST_PASSWORD, in client_fn()
227 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
230 -1, port, 0, 0, 1, 0, 0, 0); in client_fn()
231 try_connect("AO server + Non-AO client", port++, NULL, 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, 100, 100, -1); 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 port, 0, 100, 100); in client_fn()
247 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
250 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
252 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
255 -1, port, 0, 0, 1, 0, 0, 0, 100, 100, -1); in client_fn()
257 this_ip_dest, -1, 100, 100, 0, FAULT_TIMEOUT); in client_fn()
260 wrong_addr, -1, 100, 100, 0, FAULT_KEYREJECT); in client_fn()
263 this_ip_dest, -1, 100, 200, TEST_CNT_GOOD, 0); in client_fn()
269 this_ip_dest, -1, 100, 100, TEST_CNT_GOOD, 0); in client_fn()
272 network_addr, 16, 100, 100, TEST_CNT_GOOD, 0); in client_fn()