Lines Matching refs:hdr
55 struct ether_header *hdr = (struct ether_header *)&buf;
56 hdr->ether_dhost[0] = 0xFF;
57 hdr->ether_dhost[1] = 0xFF;
58 hdr->ether_dhost[2] = 0xFF;
59 hdr->ether_dhost[3] = 0xFF;
60 hdr->ether_dhost[4] = 0xFF;
61 hdr->ether_dhost[5] = 0xFF;
63 hdr->ether_shost[0] = 0x00;
64 hdr->ether_shost[1] = 0x11;
65 hdr->ether_shost[2] = 0x22;
66 hdr->ether_shost[3] = 0x33;
67 hdr->ether_shost[4] = 0x44;
68 hdr->ether_shost[5] = 0x55;