Searched refs:ethh (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_net.c347 struct ethhdr *ethh = NULL; local
733 ethh = (struct ethhdr *)priv->ule_skb->data;
736 memcpy(ethh->h_dest, dest_addr, ETH_ALEN);
737 memset(ethh->h_source, 0, ETH_ALEN);
740 memset( ethh, 0, ETH_ALEN*2 );
742 ethh->h_proto = htons(priv->ule_sndu_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_cm.c320 struct ethhdr *ethh; local
332 ethh = (struct ethhdr *) buf;
348 memcpy(ethh->h_dest, cm_node->rem_mac, ETH_ALEN);
349 memcpy(ethh->h_source, cm_node->loc_mac, ETH_ALEN);
350 ethh->h_proto = htons(0x0800);

Completed in 34 milliseconds