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