Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:ar_sha

680 	unsigned char		ar_sha[ETH_ALEN];	/* sender hardware address	*/
726 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
728 memcpy(rah->ar_tha, ah->ar_sha, ETH_ALEN);
737 memcpy(client_ethaddr, ah->ar_sha, ETH_ALEN);
809 memcpy(rah->ar_sha, special_ethaddr, ETH_ALEN - 1);
810 rah->ar_sha[5] = CTL_ALIAS;