Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/net/
H A Dif_arp.h38 struct arphdr { struct
39 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 */
/titanic_50/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 */