Class: FFI::Packets::Icmp::Hdr::Msg::Quote

Inherits:
Struct
  • Object
show all
Includes:
DRY::NetStructHelper
Defined in:
lib/ffi/packets/icmp.rb

Overview

Unreachable, source quench, redirect, time exceeded, parameter problem message data structure

struct icmp_msg_quote {
  uint32_t  icmp_void;    /* must be zero */
  uint8_t   icmp_ip __flexarr;  /* IP hdr + 8 bytes of pkt */
};