Searched refs:ping (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-12-stable/sbin/ping/
H A DMakefile7 PROG= ping
8 SRCS= ping.c utils.c
9 MAN= ping.8
/freebsd-12-stable/tools/bsdbox/
H A DMakefile.net7 CRUNCH_PROGS_sbin+= route ping
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dtest-netup.sh36 # Script which tries to ping "home" to see if Internet connectivity is
42 ping -c 2 www.pcbsd.org >/dev/null 2>/dev/null
56 ping -c 2 www.freebsd.org >/dev/null 2>/dev/null
/freebsd-12-stable/tests/sys/netpfil/pf/
H A Dset_skip.sh50 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 1 127.0.0.1
76 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 1 127.0.0.1
79 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 1 127.0.0.1
112 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 1 192.0.2.2
140 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
148 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
157 atf_check -s exit:2 -o ignore ping -c 1 -t 1 192.0.2.2
H A Drules_counter.sh52 atf_check -s exit:0 -o ignore ping -c 3 192.0.2.2
103 atf_check -s exit:0 -o ignore ping -c 3 192.0.2.2
120 atf_check -s exit:0 -o ignore ping -c 3 192.0.2.2
143 atf_check -s exit:0 -o ignore ping -c 3 192.0.2.2
H A Dsrc_track.sh54 ping -c 3 192.0.2.1
H A Dfragmentation.sh59 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
61 # We can ping with < 64 fragments
62 atf_check -s exit:0 -o ignore ping -c 1 -s 800 192.0.2.2
65 atf_check -s exit:2 -o ignore ping -c 1 -s 20000 192.0.2.2
178 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
179 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.130
180 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.131
184 atf_check -s exit:0 -o ignore ping -c 1 -s 8000 192.0.2.131
209 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
221 atf_set descr 'ping fragmen
[all...]
H A Dsynproxy.sh65 # Sanity check, can we ping singing
66 atf_check -s exit:0 -o ignore ping -c 1 198.51.100.2
69 reply=$(echo ping | nc -N 198.51.100.2 7)
70 if [ "${reply}" != "ping" ];
H A Dtos.sh51 atf_check -s exit:0 -o ignore ping -t 1 -c 1 192.0.2.2
52 atf_check -s exit:2 -o ignore ping -t 1 -c 1 -z 0xb0 192.0.2.2
H A Dpass_block.sh48 # Trivial ping to the jail, without pf
49 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
51 # pf without policy will let us ping
53 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
57 atf_check -s exit:2 -o ignore ping -c 1 -t 1 192.0.2.2
61 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
87 # Trivial ping to the jail, without pf
90 # pf without policy will let us ping
143 # We should still be able to ping the link-local address
148 # We cannot ping t
[all...]
H A Dtable.sh57 atf_check -s exit:0 -o ignore ping -c 3 192.0.2.2
139 atf_check -s exit:0 -o ignore ping -c 3 192.0.2.2
172 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
209 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.icmp.ksh61 ping -A inet localhost
/freebsd-12-stable/sbin/ping/tests/
H A Dping_test.sh39 ping -c 1 -s 56 -t 1 localhost
/freebsd-12-stable/contrib/netbsd-tests/net/icmp/
H A Dt_ping2.sh35 atf_set "descr" "Checks that a simple ping works"
62 env RUMP_SERVER=unix://commsock1 rump.ping -n -c 1 1.2.3.5
64 env RUMP_SERVER=unix://commsock2 rump.ping -n -c 1 1.2.3.5
H A Dt_icmp_redirect.sh133 # Try ping 10.0.2.1
134 atf_check -s exit:0 -o ignore rump.ping -n -w 1 -c 1 10.0.2.1
218 # Try ping 10.0.2.1
220 atf_check -s exit:0 -o ignore rump.ping -n -w 1 -c 1 10.0.2.1
235 # Try ping 10.0.2.1
237 atf_check -s exit:0 -o ignore rump.ping -n -w 1 -c 1 10.0.2.1
262 # Try ping 10.0.2.1
264 atf_check -s exit:0 -o ignore rump.ping -n -w 1 -c 1 10.0.2.1
/freebsd-12-stable/contrib/amd/scripts/
H A Damd2sun.in41 $opts =~ s/,ping=[-\d]+//g;
/freebsd-12-stable/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh79 $DEBUG && echo "Trying ping $IP_CARP"
80 rump.ping -n -w 1 -c 1 $IP_CARP >/dev/null
82 $DEBUG && echo "Passed ping $IP_CARP"
85 $DEBUG && echo "Failed ping $IP_CARP"
114 rump.ping -n -w $TIMEOUT -c 1 $IP_MASTER
116 rump.ping -n -w $TIMEOUT -c 1 $IP_BACKUP
134 rump.ping -n -w $TIMEOUT -c 1 $IP_CARP
142 rump.ping -n -w $TIMEOUT -c 1 $IP_MASTER
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dntp-groper10 # dumbo.hp.com not responding to ping
42 ping $host 64 1 > /dev/null 2>&1
45 echo "$host not responding to ping"
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv6remoteicmp.ksh57 print -nu2 "For this test to continue, a \"ping -ns -A inet6 FF02::1\" "
65 /sbin/ping $dest 3 > /dev/null 2>&1
67 $dtrace -c "/sbin/ping $dest 3" -qs /dev/stdin <<EOF | \
/freebsd-12-stable/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh119 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${addr}
198 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${IP4SRCGW}
199 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${IP4DSTGW}
298 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4DST
300 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4SRC
307 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4SRCGW
308 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4DST
313 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4DSTGW
314 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4SRC
322 atf_check -s exit:0 -o ignore rump.ping
[all...]
/freebsd-12-stable/contrib/netbsd-tests/net/route/
H A Dt_flags.sh147 atf_check -s exit:0 -o ignore rump.ping -n -w 1 -c 1 10.0.0.1
161 rump.ping -n -w 1 -c 1 10.0.0.1
183 rump.ping -n -w 1 -c 1 10.0.0.1
202 rump.ping -n -w 1 -c 1 10.0.0.1
221 rump.ping -n -w 1 -c 1 10.0.0.1
253 # Try ping 10.0.2.1
254 atf_check -s exit:0 -o ignore rump.ping -n -w 1 -c 1 10.0.2.1
275 # Try ping 10.0.2.2
276 atf_check -s exit:0 -o ignore rump.ping -n -w 1 -c 1 10.0.2.2
/freebsd-12-stable/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh110 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${addr}
245 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
247 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
254 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
259 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
288 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IPBR1
291 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IPBR2
297 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IPBR1
299 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IPBR2
340 atf_check -s exit:0 -o ignore rump.ping
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig167 if ! f_eval_catch -d wlanconfig wpa_cli "wpa_cli ping"; then
178 f_eval_catch wlanconfig wpa_cli "wpa_cli ping" || exit 1
/freebsd-12-stable/contrib/netbsd-tests/net/if_tap/
H A Dt_tap.sh114 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
117 rump.ping -n -w $TIMEOUT -c 1 $IP4_TAP
176 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
177 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_TAP
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpnet/
H A Dt_shmif.sh64 rump.ping -c 1 1.1.1.${y}

Completed in 341 milliseconds

123