Searched defs:sent (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | fuzz.c | 113 ssize_t sent; local 115 sent = sendto(sockfd, buf, length, 0, 117 RUNTIME_CHECK(sent == length); 230 ssize_t sent; local 238 sent = recvfrom(listenfd, rbuf, 65536, MSG_DONTWAIT, 241 sent = sendto(sockfd, respacket, sizeof(respacket), 0, 243 RUNTIME_CHECK(sent == sizeof(respacket)); 246 sent = recvfrom(listenfd, rbuf, 65536, 0, 248 RUNTIME_CHECK(sent > 0); 255 sent 390 ssize_t sent; local [all...] |
H A D | controlconf.c | 336 isccc_time_t sent; local 409 if (isccc_cc_lookupuint32(_ctrl, "_tim", &sent) == ISC_R_SUCCESS) { 410 if ((sent + CLOCKSKEW) < now || (sent - CLOCKSKEW) > now) {
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dnsperf.c | 283 printf(" %s sent: %" ISC_PRINT_QUADFORMAT "u\n", 733 isc_uint64_t sent; member in struct:__anon60 763 recvd->sent = 0; 868 recvd[i].sent = q->timestamp; 887 latency = recvd[i].when - recvd[i].sent;
|
/bind-9.11.3/contrib/queryperf/ |
H A D | queryperf.c | 1453 fprintf(stderr, "Warning: incomplete packet sent: %s %d\n", 1930 print_statistics(int intermediate, unsigned int sent, unsigned int timed_out, argument 1945 num_queries_completed = sent - timed_out; 1954 per_lost = (100.0 * (double)timed_out) / (double)sent; 1958 / (double)sent; 1962 if (sent == 0) { 1977 queries_per_sec_total = (double)sent / 2025 printf(" Queries sent: %u queries\n", sent);
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 2327 * queries to servers. Create and initialize the message to be sent as 2660 * transport over which the query is sent." 3678 const unsigned char *sent; local 3686 sent = isc_buffer_base(&hexbuf); 3689 sent = cookie; 3695 if (isc_safe_memequal(isc_buffer_current(optbuf), sent, 8)) { 3876 * sent to 0.0.0.0, :: or to a multicast addresses.
|
Completed in 57 milliseconds