Searched defs:arp_pkthdr (Results 1 – 1 of 1) sorted by relevance
45 struct arp_pkthdr { struct46 nd_uint16_t ar_hrd; /* format of hardware address */55 nd_uint16_t ar_pro; /* format of protocol address */56 nd_uint8_t ar_hln; /* length of hardware address */57 nd_uint8_t ar_pln; /* length of protocol address */58 nd_uint16_t ar_op; /* one of: */72 nd_byte ar_sha[]; /* sender hardware address */73 nd_byte ar_spa[]; /* sender protocol address */74 nd_byte ar_tha[]; /* target hardware address */75 nd_byte ar_tpa[]; /* target protocol address */