Home
last modified time | relevance | path

Searched refs:ICMP_FLAGS (Results 1 – 6 of 6) sorted by relevance

/dports/net/p5-POE-Component-Client-Ping/POE-Component-Client-Ping-1.177/lib/POE/Component/Client/
H A DPing.pm67 sub ICMP_FLAGS () { 0 } subroutine
388 unless (send($heap->{socket_handle}, $msg, ICMP_FLAGS, $socket_address)) {
577 my $from_saddr = recv($socket, $recv_message, 1500, ICMP_FLAGS);
/dports/lang/perl5.32/perl-5.32.1/dist/Net-Ping/lib/Net/
H A DPing.pm651 use constant ICMP_FLAGS => 0; # No special flags for send or recv constant
750 send($self->{fh}, $msg, ICMP_FLAGS, $saddr); # Send the message
771 $from_saddr = recv($self->{fh}, $recv_msg, 1500, ICMP_FLAGS);
/dports/lang/perl5.30/perl-5.30.3/dist/Net-Ping/lib/Net/
H A DPing.pm651 use constant ICMP_FLAGS => 0; # No special flags for send or recv constant
750 send($self->{fh}, $msg, ICMP_FLAGS, $saddr); # Send the message
771 $from_saddr = recv($self->{fh}, $recv_msg, 1500, ICMP_FLAGS);
/dports/lang/perl5.34/perl-5.34.0/dist/Net-Ping/lib/Net/
H A DPing.pm662 use constant ICMP_FLAGS => 0; # No special flags for send or recv constant
762 send($self->{fh}, $msg, ICMP_FLAGS, $saddr); # Send the message
783 $from_saddr = recv($self->{fh}, $recv_msg, 1500, ICMP_FLAGS);
/dports/net/p5-Net-Ping/Net-Ping-2.74/lib/Net/
H A DPing.pm662 use constant ICMP_FLAGS => 0; # No special flags for send or recv constant
762 send($self->{fh}, $msg, ICMP_FLAGS, $saddr); # Send the message
783 $from_saddr = recv($self->{fh}, $recv_msg, 1500, ICMP_FLAGS);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Net-Ping/lib/Net/
H A DPing.pm662 use constant ICMP_FLAGS => 0; # No special flags for send or recv constant
762 send($self->{fh}, $msg, ICMP_FLAGS, $saddr); # Send the message
783 $from_saddr = recv($self->{fh}, $recv_msg, 1500, ICMP_FLAGS);