Searched defs:arphdr (Results 1 – 1 of 1) sorted by relevance
46 struct arphdr { struct47 uint16_t ar_hrd; /* format of hardware address */54 uint16_t ar_pro; /* format of protocol address */55 uint8_t ar_hln; /* length of hardware address */56 uint8_t ar_pln; /* length of protocol address */57 uint16_t ar_op; /* one of: */69 uint8_t ar_sha[]; /* sender hardware address */70 uint8_t ar_spa[]; /* sender protocol address */71 uint8_t ar_tha[]; /* target hardware address */72 uint8_t ar_tpa[]; /* target protocol address */