Class Racket::L3::ARP
In: lib/racket/l3/arp.rb  (CVS)
Parent: RacketPart

Address Resolution Protocol: ARP RFC826 (www.faqs.org/rfcs/rfc826.html)

Constants

ARPOP_REQUEST = 0x0001
ARPOP_REPLY = 0x0002

Attributes

hlen    Hardware address length
htype    Hardware type
opcode    Opcode
payload    Payload
plen    Protocol address length
ptype    Protocol type
sha    Source hardware address
spa    Source protocol address
tha    Target hardware address
tpa    Target protcol address

[Validate]