Module: FFI::Packets::Ip::Opt::Otype
- Includes:
- DRY::ConstMap
- Defined in:
- lib/ffi/packets/ip.rb
Overview
Option types (otype) - www.iana.org/assignments/ip-parameters
Contains mappings for all the IP_OTYPE_.* constants
Class Method Summary collapse
Class Method Details
.list ⇒ Object
147 |
# File 'lib/ffi/packets/ip.rb', line 147 def self.list; @@list ||= super(); end |