posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
arphdr Struct Reference

ARP packet header (RFC 826). More...

#include <zephyr/posix/net/if_arp.h>

Data Fields

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).
 

Detailed Description

ARP packet header (RFC 826).

Definition at line 86 of file if_arp.h.

Field Documentation

◆ ar_hln

uint8_t arphdr::ar_hln

Length of hardware address.

Definition at line 89 of file if_arp.h.

◆ ar_hrd

uint16_t arphdr::ar_hrd

Format of hardware address.

Definition at line 87 of file if_arp.h.

◆ ar_op

uint16_t arphdr::ar_op

ARP opcode (command).

Definition at line 91 of file if_arp.h.

◆ ar_pln

uint8_t arphdr::ar_pln

Length of protocol address.

Definition at line 90 of file if_arp.h.

◆ ar_pro

uint16_t arphdr::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: