Class: Racket::L3::ARP

Inherits:
RacketPart show all
Defined in:
lib/racket/l3/arp.rb

Overview

Constant Summary collapse

ARPOP_REQUEST =
0x0001
ARPOP_REPLY =
0x0002

Instance Attribute Summary

Attributes inherited from RacketPart

#autofix

Method Summary

Methods inherited from RacketPart

#autofix?, #fix!, #initialize, #pretty

Constructor Details

This class inherits a constructor from Racket::RacketPart