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

123

/freebsd-13-stable/sbin/ping/
H A Dping.h34 int ping(int argc, char *const *argv);
H A DMakefile7 PROG= ping
9 MAN= ping.8
16 SRCS+= ping.c utils.c
23 LINKS= ${BINDIR}/ping ${BINDIR}/ping6
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dpass_block.sh50 # Trivial ping to the jail, without pf
51 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
53 # pf without policy will let us ping
55 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
59 atf_check -s exit:2 -o ignore ping -c 1 -t 1 192.0.2.2
63 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
89 # Trivial ping to the jail, without pf
90 atf_check -s exit:0 -o ignore ping -6 -c 1 -W 1 2001:db8:42::2
92 # pf without policy will let us ping
94 atf_check -s exit:0 -o ignore ping
[all...]
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 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
115 ping -6 -c 1 2001:db8:42::2
118 ping -6 -c 1 -s 4500 2001:db8:42::2
121 ping -6 -c 1 -b 70000 -s 65000 2001:db8:42::2
125 ping -6 -c 1 2001:db8:43::3
128 ping -6 -c 1 -s 4500 2001:db8:43::3
131 ping
[all...]
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 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 Dtable.sh57 atf_check -s exit:0 -o ignore ping -c 3 192.0.2.2
96 atf_check -s exit:0 -o ignore ping -6 -c 3 2001:db8:42::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-13-stable/tests/sys/netpfil/common/
H A Dfragments.sh63 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
64 atf_check -s exit:0 -o ignore ping -c 1 -s 800 192.0.2.2
67 atf_check -s exit:2 -o ignore ping -c 1 -s 20000 192.0.2.2
H A Dpass_block.sh57 atf_check -s exit:2 -o ignore ping -c 1 -t 1 192.0.2.2
68 atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
102 atf_check -s exit:2 -o ignore ping -6 -c 1 -W 1 fd7a:803f:cc4b::2
113 atf_check -s exit:0 -o ignore ping -6 -c 1 -W 1 fd7a:803f:cc4b::2
H A Dnat.sh67 # ping fails without NAT configuration
68 atf_check -s exit:2 -o ignore jexec client1 ping -t 1 -c 1 198.51.100.2
69 atf_check -s exit:2 -o ignore jexec client2 ping -t 1 -c 1 198.51.100.2
82 # ping is successful now
83 atf_check -s exit:0 -o ignore jexec client1 ping -t 1 -c 1 198.51.100.2
84 atf_check -s exit:0 -o ignore jexec client2 ping -t 1 -c 1 198.51.100.2
130 # ping fails without NAT configuration
131 atf_check -s exit:2 -o ignore jexec client1 ping -t 1 -c 1 198.51.100.2
132 atf_check -s exit:2 -o ignore jexec client2 ping -t 1 -c 1 198.51.100.2
139 # ping i
[all...]
/freebsd-13-stable/tools/bsdbox/
H A DMakefile.net7 CRUNCH_PROGS_sbin+= route ping
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.icmp.ksh61 ping -A inet localhost
/freebsd-13-stable/sys/contrib/openzfs/contrib/initramfs/scripts/local-top/
H A Dzfs16 if plymouth --ping 2>/dev/null; then
/freebsd-13-stable/sbin/ping/tests/
H A Dping_test.sh39 ping -4 -c 1 -s 56 -t 1 localhost
52 ping -6 -c 1 -s 8 -t 1 localhost
/freebsd-13-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
/freebsd-13-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-13-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-13-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-13-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-13-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-13-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-13-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

Completed in 75 milliseconds

123