Module: FFI::Packets::Ip::Proto

Includes:
DRY::ConstMap
Defined in:
lib/ffi/packets/ip.rb

Overview

Protocols (proto) - www.iana.org/assignments/protocol-numbers

Contains mappings for all the IP_PROTO_.* constants (defined in constants.rb)

Class Method Summary collapse

Class Method Details

.listObject



12
# File 'lib/ffi/packets/ip.rb', line 12

def self.list;  @@list ||= super(); end