Home
last modified time | relevance | path

Searched defs:arphdr (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/
H A Darp.c28 struct arphdr struct
30 uint16_t ar_hrd; /* hardware address format */
31 uint16_t ar_pro; /* protocol address format */
32 uint8_t ar_hln; /* hardware address length */
33 uint8_t ar_pln; /* protocol address length */
34 uint16_t ar_op; /* arp opcode */
36 uint8_t ar_sha[ETH_ALEN]; /* sender hardware address */
37 uint32_t ar_sip; /* sender ip address */
38 uint8_t ar_tha[ETH_ALEN]; /* targe hardware address */
62 DumpARPPacket(struct arphdr *arph); argument