Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py224 sent_count = frame_type_counts.get('transport:packet_sent', {}).get(required_frame_type, 0)
225 if sent_count < 1:
/freebsd/contrib/unbound/iterator/
H A Diterator.h364 int sent_count; member
H A Diterator.c149 iq->sent_count = 0; in iter_new()
1499 iq->sent_count = 0; in processInitRequest()
1574 iq->sent_count = 0; in processInitRequest()
2229 iq->sent_count = 0; in processLastResort()
2486 iq->num_current_queries, iq->sent_count); in processQueryTargets()
2495 if(iq->sent_count > ie->max_sent_count) { in processQueryTargets()
2497 "number of sends with %d", iq->sent_count); in processQueryTargets()
2802 && iq->sent_count < TARGET_FETCH_STOP) { in processQueryTargets()
2854 iq->sent_count = 0; in processQueryTargets()
2913 iq->sent_count = 0; in processQueryTargets()
[all …]
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3030 + iq->sent_count = 0;