Searched defs:arp_pkthdr (Results 1 – 1 of 1) sorted by relevance
49 struct arp_pkthdr { struct50 u_short ar_hrd; /* format of hardware address */58 u_short ar_pro; /* format of protocol address */59 u_char ar_hln; /* length of hardware address */60 u_char ar_pln; /* length of protocol address */61 u_short ar_op; /* one of: */75 u_char ar_sha[]; /* sender hardware address */76 u_char ar_spa[]; /* sender protocol address */77 u_char ar_tha[]; /* target hardware address */78 u_char ar_tpa[]; /* target protocol address */