Home
last modified time | relevance | path

Searched defs:arphdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dif_arp.h33 struct arphdr { struct
34 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 */
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h46 struct arphdr { struct
47 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