Searched refs:Send (Results 76 - 98 of 98) sorted by relevance

1234

/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp309 status = client.Send("T", 1);
311 fprintf(stderr, "Send() failed in testClient - %s\n",
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp406 ModemDevice::Send(net_buffer *packet, uint16 protocolNumber) function in class:ModemDevice
409 TRACE("ModemDevice: Send()\n");
/haiku/src/servers/package/
H A DPackageManager.cpp315 notification.Send();
/haiku/src/kits/app/
H A DNotification.cpp448 BNotification::Send(bigtime_t timeout) function in class:BNotification
459 // Send message
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp380 int32 result = fConnection.Send((void*)fullCommand.String(),
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp184 status_t result = fConnection->Send(stream.Buffer(), stream.Size());
H A DFileSystem.cpp176 result = request.Send();
H A DInodeDir.cpp162 status_t result = request.Send();
H A DInode.cpp76 status_t result = request.Send();
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp310 PPPoEDevice::Send(net_buffer *packet, uint16 protocolNumber) function in class:PPPoEDevice
312 // Send() is only for PPP packets. PPPoE packets are sent directly to ethernet.
314 TRACE("PPPoEDevice: Send()\n");
319 ERROR("PPPoEDevice::Send(): InitCheck() != B_OK!\n");
325 ERROR("PPPoEDevice::Send(): no connection!\n");
357 ERROR("PPPoEDevice::Send(): packet is NULL!\n");
360 ERROR("PPPoEDevice::Send(): EthernetIfnet()->output() failed!\n");
/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/preferences/mail/
H A DDNSQuery.cpp331 int32 bytesSend = netEndpoint.Send(buffer.Data(), buffer.Size());
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp413 return ((UnixEndpoint*)_protocol)->Send(vecs, vecCount, ancillaryData,
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 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",
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp558 notification.Send();
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp549 notification.Send();
/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/mail/
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/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/shared/libkernelppp/
H A DKPPPInterface.cpp1551 KPPPInterface::Send(net_buffer *packet, uint16 protocolNumber) function in class:KPPPInterface
1553 TRACE("KPPPInterface: Send(0x%X)\n", protocolNumber);
1588 TRACE("KPPPInterface::Send(): no protocol found!\n");
1590 TRACE("KPPPInterface::Send(): device is not up!\n");
1592 TRACE("KPPPInterface::Send(): protocol not enabled!\n");
1594 TRACE("KPPPInterface::Send(): protocol not allowed to send!\n");
1596 TRACE("KPPPInterface::Send(): protocol allowed\n");
1605 ERROR("KPPPInterface::Send(): Device is down, throw packet away!!\n");
/haiku/src/kits/media/
H A DMediaDefs.cpp1279 notification.Send();

Completed in 170 milliseconds

1234