Home | History | Annotate | Download | only in wakeonlan

Lines Matching defs:pkt

164 	} pkt;
169 memset(pkt.hdr.ether_dhost, 0xff, sizeof(pkt.hdr.ether_dhost));
170 memset(pkt.hdr.ether_shost, 0x00, sizeof(pkt.hdr.ether_shost));
171 pkt.hdr.ether_type = htons(0);
172 memset(pkt.data, 0xff, SYNC_LEN);
173 for (p = pkt.data + SYNC_LEN, i = 0; i < DESTADDR_COUNT;
176 p = (u_char *)(void *)&pkt;
177 len = sizeof(pkt);