Searched refs:run_trial (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/regress/
H A Daddrmatch.sh8 run_trial() function
35 run_trial user 192.168.0.1 somehost 1.2.3.4 1234 match1 "first entry"
36 run_trial user 192.168.30.1 somehost 1.2.3.4 1234 nomatch "negative match"
37 run_trial user 19.0.0.1 somehost 1.2.3.4 1234 nomatch "no match"
38 run_trial user 10.255.255.254 somehost 1.2.3.4 1234 match1 "list middle"
39 run_trial user 192.168.30.1 192.168.0.1 1.2.3.4 1234 nomatch "faked IP in hostname"
40 run_trial user 1.1.1.1 somehost.example.com 1.2.3.4 1234 match2 "bare IP4 address"
41 run_trial user 19.0.0.1 somehost 127.0.0.1 1234 match3 "localaddress"
42 run_trial user 19.0.0.1 somehost 1.2.3.4 5678 match4 "localport"
45 run_trial use
[all...]

Completed in 194 milliseconds