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

Lines Matching refs:reh

691     struct ethhdr *reh = (struct ethhdr *)arp_reply;
716 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN);
717 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
718 reh->h_source[5] = ar_tip_low;
719 reh->h_proto = htons(ETH_P_ARP);
726 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
790 struct ethhdr *reh = (struct ethhdr *)arp_req;
799 memset(reh->h_dest, 0xff, ETH_ALEN);
800 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
801 reh->h_source[5] = CTL_ALIAS;
802 reh->h_proto = htons(ETH_P_ARP);