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

Lines Matching full:h_source

665 	unsigned char	h_source[ETH_ALEN];	/* source ether addr	*/
713 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
717 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
718 reh->h_source[5] = ar_tip_low;
726 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
800 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
801 reh->h_source[5] = CTL_ALIAS;
821 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1);
823 eh->h_source[5] = CTL_ALIAS;