Home
last modified time | relevance | path

Searched refs:sent_count (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.h347 int sent_count; member
H A Diterator.c156 iq->sent_count = 0; in iter_new()
1490 iq->sent_count = 0; in processInitRequest()
2104 iq->sent_count = 0; in processLastResort()
2355 iq->num_current_queries, iq->sent_count); in processQueryTargets()
2364 if(iq->sent_count > ie->max_sent_count) { in processQueryTargets()
2366 "number of sends with %d", iq->sent_count); in processQueryTargets()
2673 && iq->sent_count < TARGET_FETCH_STOP) { in processQueryTargets()
2722 iq->sent_count = 0; in processQueryTargets()
2827 iq->sent_count = 0; in processQueryTargets()
2940 iq->sent_count++; in processQueryTargets()
[all …]
/netbsd-src/sys/arch/mips/cavium/dev/
H A Dif_cnmac.c548 const int64_t sent_count = sc->sc_hard_done_cnt; in cnmac_send_queue_flush() local
552 KASSERT(sent_count <= 0); in cnmac_send_queue_flush()
554 for (i = 0; i < 0 - sent_count; i++) { in cnmac_send_queue_flush()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch3030 + iq->sent_count = 0;