Searched refs:ICMP_STRUCT (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm400 use constant ICMP_STRUCT => "C2 n3 A"; # Structure of a minimal ICMP packet constant
435 $msg = pack(ICMP_STRUCT . $self->{"data_size"}, ICMP_ECHO, SUBCODE,
438 $msg = pack(ICMP_STRUCT . $self->{"data_size"}, ICMP_ECHO, SUBCODE,

Completed in 23 milliseconds