Searched defs:ethhdr (Results 1 - 2 of 2) sorted by relevance

/drivers/net/usb/
H A Dlg-vl600.c115 struct ethhdr *ethhdr; local
190 * (sizeof(*packet) == sizeof(*ethhdr)), additionally
194 ethhdr = (struct ethhdr *) skb->data;
195 if (be16_to_cpup(&ethhdr->h_proto) == ETH_P_ARP &&
198 memcpy(ethhdr->h_source,
199 &buf->data[sizeof(*ethhdr) + 0x8],
201 memcpy(ethhdr->h_dest,
202 &buf->data[sizeof(*ethhdr)
[all...]
/drivers/staging/rtl8712/
H A Dif_ether.h120 struct ethhdr { struct

Completed in 71 milliseconds