Searched refs:bytes_sent (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/misc/tpm/
H A Dtpm-proto.cpp291 size_t bytes_sent = 0; local
294 while (bytes_sent < len) {
313 status = iface_->WriteDataFifo(loc, &cmd[bytes_sent], to_write);
318 bytes_sent += to_write;
321 if (burst_count > 0 && bytes_sent == len - 1) {
332 status = iface_->WriteDataFifo(loc, &cmd[bytes_sent], 1);
337 ++bytes_sent;
/fuchsia/zircon/bootloader/src/
H A Dnetboot.c234 int bytes_sent = udp6_send(data, len, &transport_info->dest_addr, transport_info->dest_port, local
236 return bytes_sent < 0 ? TFTP_ERR_IO : TFTP_NO_ERROR;

Completed in 30 milliseconds