Class: FFI::Packets::Icmp::Hdr::Msg::Echo
- Inherits:
-
Struct
- Object
- Struct
- FFI::Packets::Icmp::Hdr::Msg::Echo
- Includes:
- DRY::NetStructHelper
- Defined in:
- lib/ffi/packets/icmp.rb
Overview
Echo message data structure
struct icmp_msg_echo {
uint16_t icmp_id;
uint16_t icmp_seq;
uint8_t icmp_data __flexarr; /* optional data */
};