Lines Matching defs:h2
167 unsigned char *h1, *h2, *payload;
176 h2 = packet + 12;
202 memset(h2, 0x00, 8);
218 htobe32a(&h2[0], buf_size);
219 htobe32a(&h2[4], reply_len);
222 DBG(24, "H2[0]: %02x %02x %02x %02x (%lu)\n", h2[0], h2[1], h2[2], h2[3], (u_long) buf_size);
223 DBG(24, "H2[4]: %02x %02x %02x %02x (%lu)\n", h2[4], h2[5], h2[6], h2[7], (u_long) reply_len);