Home
last modified time | relevance | path

Searched refs:ping (Results 1 – 25 of 41) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/t/
D200_ping_tcp.t44 ok $p -> ping("localhost");
52 ok $p -> ping("localhost");
55 ok !$p -> ping("172.29.249.249");
60 ok $p -> ping("www.geocities.com");
61 ok $p -> ping("ftp.geocities.com");
63 ok $p -> ping("www.freeservers.com");
64 ok $p -> ping("ftp.freeservers.com");
66 ok $p -> ping("yahoo.com");
67 ok $p -> ping("www.yahoo.com");
68 ok $p -> ping("www.about.com");
D190_alarm.t41 my $ping = Net::Ping->new("tcp", 2);
43 $ping->ping("127.0.0.1");
44 $ping->ping("172.29.249.249");
D450_service.t79 ok $p -> ping("127.0.0.1");
85 ok $p -> ping("127.0.0.1");
96 ok $p -> ping("127.0.0.1");
102 ok !$p -> ping("127.0.0.1");
120 if (!ok $p -> ping("127.0.0.1")) {warn "ERRNO: $!";}
141 if (!ok $p -> ping("127.0.0.1")) {warn "ERRNO: $!";}
163 ok $p -> ping("127.0.0.1");
185 if (!ok $p -> ping("127.0.0.1")) {warn "ERRNO: $!";}
D300_ping_stream.t31 # to really test the stream protocol ping. See
44 ok ($p -> ping("localhost"));
49 ok $p -> ping("localhost");
D500_ping_icmp.t23 skip "icmp ping requires root privileges.", 1;
28 ok $p->ping("127.0.0.1");
D400_ping_syn.t80 # ping() does dns resolution and
83 if (!ok $p -> ping($host)) {
D410_syn_host.t82 # ping() does dns resolution and
85 if (!ok($p -> ping($host))) {
D510_ping_udp.t22 ok $p->ping("127.0.0.1");
D110_icmp_inst.t23 skip "icmp ping requires root privileges.", 1;
D250_ping_hires.t54 my ($ret, $duration) = $p -> ping("localhost");
/mirbsd/src/sbin/ping/
DMakefile4 PROG= ping
5 MAN= ping.8
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
Dio.tx15 print "ping $count\n";
46 print "ping $count\n";
/mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/t/
Ddumper.t1348 $ping = 5;
1349 %ping = (chr (0xDECAF) x 4 =>\$ping);
1352 TEST q(Data::Dumper->Dump([\\*ping, \\%ping], ['*ping', '*pong']));
1353 TEST q(Data::Dumper->Dumpxs([\\*ping, \\%ping], ['*ping', '*pong'])) if $XS;
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/
DChanges14 - Allow UDP ping to different IP addresses
34 - Fix return from ping to be compatible with wantarray
159 - Less common martian used for ping test
193 - Added ping time measuring feature.
213 network interfaces performing the ping check thanks to
/mirbsd/src/distrib/common/
Dlistadd.nettools3 LINK instbin sbin/ping
/mirbsd/src/distrib/dbins/
DMakefile.sub84 SUBDIR+= sbin/ping
119 SKIPDIR+= sbin/ping # suid
/mirbsd/src/sbin/
DMakefile62 SUBDIR+= ping
/mirbsd/src/sbin/isakmpd/samples/
Dsinglehost-setup.sh82 ping -I 192.168.11.1 -c 5 192.168.12.1
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DPing.pm63 $p->ping($host); # Going out of scope closes the connection
342 sub ping subroutine
395 return Net::Ping::External::ping(ip => $ip, timeout => $timeout);
DPOP3.pm271 sub ping subroutine
/mirbsd/src/sbin/dhclient/
Ddhclient-script218 if ping -q -c 1 -w 1 "$1"; then
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_sock.t355 if (/^ping (.+)/) {
/mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/
DTAP.pod251 will need to ping. Thus, the test count is declared at the bottom after
255 # need to ping 6 servers
/mirbsd/src/etc/ppp/
Dppp.conf.sample221 # ICMP (ping) and traceroute (>33433).
325 # Echo reply (local systems can ping the remote host)
327 # And the remote host can ping the local gateway (only)
/mirbsd/src/usr.bin/spell/
Dspecial.4bsd875 ping

12