Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-arp.c50 struct arp_pkthdr { struct
51 u_short ar_hrd; /* format of hardware address */
59 u_short ar_pro; /* format of protocol address */
60 u_char ar_hln; /* length of hardware address */
61 u_char ar_pln; /* length of protocol address */
62 u_short ar_op; /* one of: */
76 u_char ar_sha[]; /* sender hardware address */
77 u_char ar_spa[]; /* sender protocol address */
78 u_char ar_tha[]; /* target hardware address */
79 u_char ar_tpa[]; /* target protocol address */