Searched refs:ICMP_STRUCT (Results 1 – 2 of 2) sorted by relevance
400 use constant ICMP_STRUCT => "C2 n3 A"; # Structure of a minimal ICMP packet constant435 $msg = pack(ICMP_STRUCT . $self->{"data_size"}, ICMP_ECHO, SUBCODE,438 $msg = pack(ICMP_STRUCT . $self->{"data_size"}, ICMP_ECHO, SUBCODE,
45 - Fixed ICMP_STRUCT to work on Big Endian platforms.