Searched refs:ar_sha (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_arp.h76 * It is followed by the variable-sized fields ar_sha, arp_spa,
102 u_char ar_sha[]; /* sender hardware address */ member in struct:arphdr
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-arp.c48 * It is followed by the variable-sized fields ar_sha, arp_spa,
78 u_char ar_sha[]; /* sender hardware address */ member in struct:arp_pkthdr
83 #define ar_sha(ap) (((const u_char *)((ap)+1))+0) macro
96 #define SHA(ap) (ar_sha(ap))

Completed in 112 milliseconds