Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-arp.c52 struct arp_pkthdr { struct
53 u_short ar_hrd; /* format of hardware address */
61 u_short ar_pro; /* format of protocol address */
62 u_char ar_hln; /* length of hardware address */
63 u_char ar_pln; /* length of protocol address */
64 u_short ar_op; /* one of: */
78 u_char ar_sha[]; /* sender hardware address */
79 u_char ar_spa[]; /* sender protocol address */
80 u_char ar_tha[]; /* target hardware address */
81 u_char ar_tpa[]; /* target protocol address */