arp_packet
struct arp_packet *arp = (struct arp_packet *) buf;
memset(buf, 0, sizeof(struct arp_packet) + 7);
crc = wol_calc_crc((sizeof(struct arp_packet) + 7) / 8, buf,