Searched refs:etherhdr (Results 1 – 1 of 1) sorted by relevance
601 struct ethhdr etherhdr; in set_qos() local606 _rtw_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in set_qos()622 struct ethhdr etherhdr; in update_attrib() local631 _rtw_pktfile_read(&pktfile, (u8 *)ðerhdr, ETH_HLEN); in update_attrib()633 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib()635 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in update_attrib()636 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()