Searched defs:arphdr (Results 1 – 2 of 2) sorted by relevance
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 */
46 struct arphdr { struct47 u_short ar_hrd; /* format of hardware address */54 u_short ar_pro; /* format of protocol address */55 u_char ar_hln; /* length of hardware address */56 u_char ar_pln; /* length of protocol address */57 u_short ar_op; /* one of: */82 (sizeof(struct arphdr) + 2*(ar_hln) + 2*(ar_pln)) argument