Class: FFI::Packets::Icmp::Hdr

Inherits:
Struct
  • Object
show all
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 */
};

Defined Under Namespace

Modules: IcmpCode, IcmpType, Msg