Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ethspam by
ARP_Packet Struct Reference
ARP Packet memory map. More...
#include <arp.h>
Data Fields | |
| u16 | hardware_type |
| 0x0001 for ethernet | |
| u16 | protocol_type |
| 0x0800 for IPv4 | |
| u8 | hardware_length |
| Bytes. Ethernet is 6. | |
| u8 | protocol_length |
| Bytes. IPv4 is 4. | |
| u16 | operation |
| Operation. 1 for request, 2 for reply or announce. | |
| u8 | sender_hardware_address [6] |
| Generator of the request or reply. | |
| u8 | sender_protocol_address [4] |
| All zeroes for an ARP probe. | |
| u8 | target_hardware_address [6] |
| Announce - same as SHA. | |
| u8 | target_protocol_address [4] |
| Announce - Same as TPA. | |
Detailed Description
ARP Packet memory map.
Definition at line 17 of file arp.h.
Field Documentation
Generated on Fri Jul 15 2022 02:45:18 by
1.7.2
