Searched defs:Ping (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1 package Net::Ping;
51 # compatibility with the original Net::Ping. It accepts a host
62 $p = Net::Ping->new("tcp", $timeout);
337 # Description: Ping a host name or IP number with an optional timeout.
386 # Uses Net::Ping::External to do an external ping.
393 eval { require Net::Ping::External; }
394 or croak('Protocol "external" not supported on your system: Net::Ping::External not found');
395 return Net::Ping::External::ping(ip => $ip, timeout => $timeout);
437 $checksum = Net::Ping->checksum($msg);
925 $finish_time = &time() + $timeout; # Ping need
[all...]

Completed in 20 milliseconds