Class: FFI::Packets::Ip::Opt::DataTR

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

Overview

Traceroute option data - RFC 1393, 2.2

struct ip_opt_data_tr {
  uint16_t  id;     /* ID number */
  uint16_t  ohc;    /* outbound hop count */
  uint16_t  rhc;    /* return hop count */
  uint32_t  origip; /* originator IP address */
} __attribute__((__packed__));