Searched defs:arphdr (Results 1 – 2 of 2) sorted by relevance
38 struct arphdr { struct39 ushort_t ar_hrd; /* format of hardware address */41 ushort_t ar_pro; /* format of protocol address */42 uchar_t ar_hln; /* length of hardware address */43 uchar_t ar_pln; /* length of protocol address */44 ushort_t ar_op; /* one of: */56 uchar_t ar_sha[]; /* sender hardware address */57 uchar_t ar_spa[]; /* sender protocol address */58 uchar_t ar_tha[]; /* target hardware address */59 uchar_t ar_tpa[]; /* target protocol address */
33 struct arphdr { struct34 ushort_t ar_hrd; /* format of hardware address */49 ushort_t ar_pro; /* format of protocol address */50 uchar_t ar_hln; /* length of hardware address */51 uchar_t ar_pln; /* length of protocol address */52 ushort_t ar_op; /* one of: */64 uchar_t ar_sha[]; /* sender hardware address */65 uchar_t ar_spa[]; /* sender protocol address */66 uchar_t ar_tha[]; /* target hardware address */67 uchar_t ar_tpa[]; /* target protocol address */