Class: FFI::Packets::Icmp::Hdr
- Inherits:
-
Struct
- Object
- Struct
- FFI::Packets::Icmp::Hdr
- Includes:
- DRY::NetStructHelper
- Defined in:
- lib/ffi/packets/icmp.rb
Overview
ICMP header structure
struct icmp_hdr {
uint8_t icmp_type; /* type of message */
uint8_t icmp_code; /* type sub code */
uint16_t icmp_cksum; /* ones complement cksum of struct */
};