Home | History | Annotate | Download | only in slirp

Lines Matching refs:reh

602     struct ethhdr *reh = (struct ethhdr *)arp_reply;
623 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN);
624 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
625 reh->h_source[5] = ah->ar_tip[3];
626 reh->h_proto = htons(ETH_P_ARP);
633 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
697 struct ethhdr *reh = (struct ethhdr *)arp_req;
706 memset(reh->h_dest, 0xff, ETH_ALEN);
707 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
708 reh->h_source[5] = CTL_ALIAS;
709 reh->h_proto = htons(ETH_P_ARP);