Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/lib/Net/
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,
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/
DChanges45 - Fixed ICMP_STRUCT to work on Big Endian platforms.