Searched refs:Send (Results 1 - 25 of 98) sorted by last modified time

1234

/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp558 notification.Send();
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp127 class Send : public AbstractTraceEntry { class in namespace:TCPTracing
129 Send(TCPEndpoint* endpoint, tcp_segment_header& segment, net_buffer* buffer, function in class:TCPTracing::Send
1144 // Trigger an immediate timeout rather than invoking Send directly,
2061 T(Send(this, segment, buffer, fSendQueue.FirstSequence(),
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp629 notification.Send();
/haiku/src/add-ons/kernel/network/ppp/ppp/
H A Dppp.cpp206 // store buffer->size in case buffer freed in KPPP_Interface->Send
207 status_t status = device->KPPP_Interface->Send(buffer, 0x0021); // IP_PROTOCOL 0x0021
210 dprintf("KPPP_Interface->Send(buffer, 0x0021 IP) fail\n");
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp375 UnixStreamEndpoint::Send(const iovec* vecs, size_t vecCount, function in class:UnixStreamEndpoint
379 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Send(%p, %ld, %p)\n",
H A DUnixDatagramEndpoint.cpp211 UnixDatagramEndpoint::Send(const iovec* vecs, size_t vecCount, function in class:UnixDatagramEndpoint
215 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Send()\n",
H A Dunix.cpp413 return ((UnixEndpoint*)_protocol)->Send(vecs, vecCount, ancillaryData,
H A DUnixStreamEndpoint.h51 ssize_t Send(const iovec* vecs, size_t vecCount,
H A DUnixEndpoint.h56 virtual ssize_t Send(const iovec* vecs, size_t vecCount,
H A DUnixDatagramEndpoint.h35 ssize_t Send(const iovec* vecs, size_t vecCount,
/haiku/src/apps/mail/
H A DMailWindow.h98 status_t Send(bool now);
H A DMailWindow.cpp443 menu->AddItem(fSendNow = new BMenuItem(B_TRANSLATE("Send message"),
676 B_TRANSLATE("Send"));
679 B_TRANSLATE("Send"));
740 _UpdateLabel(M_SEND_NOW, B_TRANSLATE("Send"), showLabel);
1374 Send(msg->what == M_SEND_NOW);
1804 "Send this message before closing?"),
1807 B_TRANSLATE("Send"),
1819 case 2: // Send
1820 Send(true);
1840 Send(fals
2286 TMailWindow::Send(bool now) function in class:TMailWindow
[all...]
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp409 fNotification->Send();
544 // Send the requested message only
851 // Send one right away -- the message runner will wait until the
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp549 notification.Send();
/haiku/src/preferences/mail/
H A DDNSQuery.cpp331 int32 bytesSend = netEndpoint.Send(buffer.Data(), buffer.Size());
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp162 status_t result = request.Send();
H A DNFS4Server.cpp117 status_t result = request.Send();
129 result = request.Send();
166 status_t result = request.Send();
249 result = request.Send();
309 connection->Send(stream.Buffer(), stream.Size());
H A DFileSystem.cpp176 result = request.Send();
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp265 UNDI::Send(const void *buffer, size_t size) function in class:UNDI
267 TRACE("UNDI::Send, buffer %p, size %ld\n", buffer, size);
/haiku/src/kits/media/
H A DMediaDefs.cpp1279 notification.Send();
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp380 int32 result = fConnection.Send((void*)fullCommand.String(),
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp573 BNetEndpoint::Send(const void* buffer, size_t length, int flags) function in class:BNetEndpoint
587 BNetEndpoint::Send(BNetBuffer& buffer, int flags) function in class:BNetEndpoint
589 return Send(buffer.Data(), buffer.Size(), flags);
/haiku/src/bin/mail_utils/
H A Dmail.cpp117 status_t result = mail.Send();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureConnection.cpp147 error = channel->Send(&request, sizeof(ConnectRequest));
272 error = channel->Send(&reply, sizeof(ConnectReply));
352 return channel->Send(&reply, sizeof(ConnectReply));
/haiku/src/apps/codycam/
H A DFtpClient.cpp249 if (fData->Send(stmp, slen) < 0)
458 if (fControl->Send(ccmd.c_str(), ccmd.length()) >= 0)
492 fControl->Send(treply, 3);
502 fControl->Send(treply, 3);

Completed in 124 milliseconds

1234