Home
last modified time | relevance | path

Searched refs:arp_out (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/gdm724x/
H A Dgdm_lte.c100 struct arphdr *arp_out; in gdm_lte_emulate_arp() local
134 arp_out = (struct arphdr *)arp_temp; in gdm_lte_emulate_arp()
138 memcpy(arp_out, arp_in, sizeof(struct arphdr)); in gdm_lte_emulate_arp()
139 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()
161 skb_put_data(skb_out, arp_out, sizeof(struct arphdr)); in gdm_lte_emulate_arp()