| Class | Racket::L3::ARP |
| In: |
lib/racket/l3/arp.rb
(CVS)
|
| Parent: | RacketPart |
Address Resolution Protocol: ARP RFC826 (www.faqs.org/rfcs/rfc826.html)
| ARPOP_REQUEST | = | 0x0001 |
| ARPOP_REPLY | = | 0x0002 |
| 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 |