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