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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Drx.c30 struct eth803hdr eth803_hdr; member in struct:rxpackethdr
90 lbs_deb_hex(LBS_DEB_RX, "RX Data: Dest", p_rx_pkt->eth803_hdr.dest_addr,
91 sizeof(p_rx_pkt->eth803_hdr.dest_addr));
92 lbs_deb_hex(LBS_DEB_RX, "RX Data: Src", p_rx_pkt->eth803_hdr.src_addr,
93 sizeof(p_rx_pkt->eth803_hdr.src_addr));
108 ((u8 *) &p_rx_pkt->eth803_hdr
109 + sizeof(p_rx_pkt->eth803_hdr) + sizeof(p_rx_pkt->rfc1042_hdr)
110 - sizeof(p_rx_pkt->eth803_hdr.dest_addr)
111 - sizeof(p_rx_pkt->eth803_hdr.src_addr)
114 memcpy(p_ethhdr->h_source, p_rx_pkt->eth803_hdr
[all...]

Completed in 47 milliseconds