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

/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c258 int min_pending, total_sent, sent, error, v; local
260 for (total_sent = 0; limit > 0; ) {
293 for (sent = 0; limit > 0; limit --, total_sent ++, sent ++) {
343 return (total_sent);
/freebsd-13-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c1687 int socket_fd, len, len_sent, total_sent; local
1717 total_sent = 0;
1718 while ((len_sent = send(socket_fd, (char *)op + total_sent, len - total_sent, 0)) > 0) {
1719 total_sent += len_sent;
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c678 int total_sent; local
687 total_sent = (int)BytesSent;
714 return (total_sent);

Completed in 126 milliseconds