Searched refs:in_buf (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1667 static unsigned char in_buf[MAX_BUFFER_LEN]; local
1676 if ((numbytes = recvfrom(sockfd, in_buf, MAX_BUFFER_LEN,
1687 resp_id = get_uint16(in_buf);
1688 flags = get_uint16(in_buf + 2);
1689 qnamelen = dn_expand(in_buf, in_buf + numbytes, in_buf + DNS_HEADERLEN,
1702 qtype = get_uint16(in_buf + DNS_HEADERLEN + qnamelen);

Completed in 37 milliseconds