Searched refs:ping (Results 1 – 25 of 41) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/t/ |
| D | 200_ping_tcp.t | 44 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");
|
| D | 190_alarm.t | 41 my $ping = Net::Ping->new("tcp", 2); 43 $ping->ping("127.0.0.1"); 44 $ping->ping("172.29.249.249");
|
| D | 450_service.t | 79 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: $!";}
|
| D | 300_ping_stream.t | 31 # to really test the stream protocol ping. See 44 ok ($p -> ping("localhost")); 49 ok $p -> ping("localhost");
|
| D | 500_ping_icmp.t | 23 skip "icmp ping requires root privileges.", 1; 28 ok $p->ping("127.0.0.1");
|
| D | 400_ping_syn.t | 80 # ping() does dns resolution and 83 if (!ok $p -> ping($host)) {
|
| D | 410_syn_host.t | 82 # ping() does dns resolution and 85 if (!ok($p -> ping($host))) {
|
| D | 510_ping_udp.t | 22 ok $p->ping("127.0.0.1");
|
| D | 110_icmp_inst.t | 23 skip "icmp ping requires root privileges.", 1;
|
| D | 250_ping_hires.t | 54 my ($ret, $duration) = $p -> ping("localhost");
|
| /mirbsd/src/sbin/ping/ |
| D | Makefile | 4 PROG= ping 5 MAN= ping.8
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Thread/ |
| D | io.tx | 15 print "ping $count\n"; 46 print "ping $count\n";
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/t/ |
| D | dumper.t | 1348 $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/ |
| D | Changes | 14 - 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/ |
| D | listadd.nettools | 3 LINK instbin sbin/ping
|
| /mirbsd/src/distrib/dbins/ |
| D | Makefile.sub | 84 SUBDIR+= sbin/ping 119 SKIPDIR+= sbin/ping # suid
|
| /mirbsd/src/sbin/ |
| D | Makefile | 62 SUBDIR+= ping
|
| /mirbsd/src/sbin/isakmpd/samples/ |
| D | singlehost-setup.sh | 82 ping -I 192.168.11.1 -c 5 192.168.12.1
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | Ping.pm | 63 $p->ping($host); # Going out of scope closes the connection 342 sub ping subroutine 395 return Net::Ping::External::ping(ip => $ip, timeout => $timeout);
|
| D | POP3.pm | 271 sub ping subroutine
|
| /mirbsd/src/sbin/dhclient/ |
| D | dhclient-script | 218 if ping -q -c 1 -w 1 "$1"; then
|
| /mirbsd/src/gnu/usr.bin/perl/ext/IO/t/ |
| D | io_sock.t | 355 if (/^ping (.+)/) {
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/ |
| D | TAP.pod | 251 will need to ping. Thus, the test count is declared at the bottom after 255 # need to ping 6 servers
|
| /mirbsd/src/etc/ppp/ |
| D | ppp.conf.sample | 221 # 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/ |
| D | special.4bsd | 875 ping
|
12