ARP packet header (RFC 826).
More...
#include <zephyr/posix/net/if_arp.h>
|
| uint16_t | ar_hrd |
| | Format of hardware address.
|
| |
| uint16_t | ar_pro |
| | Format of protocol address.
|
| |
| uint8_t | ar_hln |
| | Length of hardware address.
|
| |
| uint8_t | ar_pln |
| | Length of protocol address.
|
| |
| uint16_t | ar_op |
| | ARP opcode (command).
|
| |
ARP packet header (RFC 826).
Definition at line 86 of file if_arp.h.
◆ ar_hln
Length of hardware address.
Definition at line 89 of file if_arp.h.
◆ ar_hrd
Format of hardware address.
Definition at line 87 of file if_arp.h.
◆ ar_op
ARP opcode (command).
Definition at line 91 of file if_arp.h.
◆ ar_pln
Length of protocol address.
Definition at line 90 of file if_arp.h.
◆ ar_pro
Format of protocol address.
Definition at line 88 of file if_arp.h.
The documentation for this struct was generated from the following file: