Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-arp.c47 struct arp_pkthdr { struct
48 nd_uint16_t ar_hrd; /* format of hardware address */
57 nd_uint16_t ar_pro; /* format of protocol address */
58 nd_uint8_t ar_hln; /* length of hardware address */
59 nd_uint8_t ar_pln; /* length of protocol address */
60 nd_uint16_t ar_op; /* one of: */
74 nd_byte ar_sha[]; /* sender hardware address */
75 nd_byte ar_spa[]; /* sender protocol address */
76 nd_byte ar_tha[]; /* target hardware address */
77 nd_byte ar_tpa[]; /* target protocol address */