Home
last modified time | relevance | path

Searched refs:total_sent (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/test/
H A Dquic_cc_test.c336 uint64_t total_sent = 0, total_to_send, allowance; in test_simulate() local
381 while (total_sent < total_to_send) { in test_simulate()
409 total_sent += sz; in test_simulate()
/src/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c259 int min_pending, total_sent, sent, error, v; in send_data_packets() local
261 for (total_sent = 0; limit > 0; ) { in send_data_packets()
294 for (sent = 0; limit > 0; limit --, total_sent ++, sent ++) { in send_data_packets()
344 return (total_sent); in send_data_packets()