Searched refs:sent (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp79 BBox *sent = new BBox(rect, "sent"); local
80 sent->SetLabel(kLabelSent);
95 sent->AddChild(fBytesSent);
96 sent->AddChild(fPacketsSent);
102 AddChild(sent);
/haiku/src/servers/app/
H A DDelayedMessage.cpp568 int32 sent = 0;
574 ++sent;
582 return sent;
810 int32 sent = 0; local
813 // capture any that may be on the verge of being sent.
828 sent += sendCount;
838 atomic_add64(&fSentCount, sent);
855 return sent;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.cpp397 uint32 sent = 0; local
400 result = send(fSocket, buf + sent, size + sizeof(uint32) - sent, 0);
401 sent += result;
402 } while (result > 0 && sent < size + sizeof(uint32));
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c356 int sent; local
362 status = core->socket_send(cookie->socket,msg,msg->msg_flags,&sent);
364 status = sent;
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp1035 uint32 sent = 0; local
1039 while (sent < count) {
1043 while (sent < count) {
1052 controller->corb[writePos] = verbs[sent++];

Completed in 56 milliseconds