Home
last modified time | relevance | path

Searched refs:source_verify (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DPing.pm9 $max_datasize $pingstring $hires $source_verify $syn_forking);
32 $source_verify = 1; # Default is to verify source endpoint
259 sub source_verify subroutine
262 $source_verify = 1 unless defined
263 ($source_verify = ((defined $self) && (ref $self)) ? shift() : $self);
958 if (!$source_verify ||
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/
DChanges148 - Allow source_verify method to work
153 - Add $p->source_verify method to skip source
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltoc.pod17182 ]]]]]);, $p->ping($host [, $timeout]);, $p->source_verify( { 0 | 1 } );,