|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | ip4_addr_wordaligned |
| struct | etharp_hdr |
Macros | |
| #define | ETHARP_HWADDR_LEN ETH_HWADDR_LEN |
| #define | IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T(dest, src) SMEMCPY(dest, src, sizeof(ip4_addr_t)) |
| #define | IPADDR_WORDALIGNED_COPY_FROM_IP4_ADDR_T(dest, src) SMEMCPY(dest, src, sizeof(ip4_addr_t)) |
| #define | SIZEOF_ETHARP_HDR 28 |
Enumerations | |
| enum | etharp_opcode { ARP_REQUEST = 1 , ARP_REPLY = 2 } |
Variables | |
| PACK_STRUCT_BEGIN struct ip4_addr_wordaligned | PACK_STRUCT_STRUCT |
ARP protocol definitions
Definition in file etharp.h.
| #define ETHARP_HWADDR_LEN ETH_HWADDR_LEN |
| Enumerator | |
|---|---|
| ARP_REQUEST | |
| ARP_REPLY | |
| PACK_STRUCT_BEGIN struct etharp_hdr PACK_STRUCT_STRUCT |