Searched defs:ar_sha (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/net/
H A Dif_arp.h34 * It is followed by the variable-sized fields ar_sha, arp_spa,
56 uchar_t ar_sha[]; /* sender hardware address */ member in struct:arphdr
/illumos-gate/usr/src/uts/common/net/
H A Dif_arp.h29 * It is followed by the variable-sized fields ar_sha, arp_spa,
64 uchar_t ar_sha[]; /* sender hardware address */ member in struct:arphdr
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h42 * It is followed by the variable-sized fields ar_sha, arp_spa,
69 u_char ar_sha[]; /* sender hardware address */ member in struct:arphdr
76 #define ar_sha(ap) (((caddr_t)((ap)+1)) + 0) macro

Completed in 58 milliseconds