Class: FFI::Packets::Ip::Opt::DataSEC
- Inherits:
-
Struct
- Object
- Struct
- FFI::Packets::Ip::Opt::DataSEC
- Includes:
- DRY::NetStructHelper
- Defined in:
- lib/ffi/packets/ip.rb
Overview
Security option data - RFC 791, 3.1
field :sec, :uint16, :desc => 'security'
field :cpt, :uint16, :desc => 'compartments'
field :hr, :uint16, :desc => 'handling restrictions'
array :tcc, [:uint8, 3], :desc => 'transmission control code'