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

1234

/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.h35 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 DUnixStreamEndpoint.h51 ssize_t Send(const iovec* vecs, size_t vecCount,
/haiku/src/add-ons/kernel/file_systems/nfs4/
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 DRootInode.cpp73 status_t result = request.Send();
161 status_t result = request.Send();
193 status_t result = request.Send();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortConnection.cpp134 error = channel->Send(infos, sizeof(PortChannel::Info) * (allChannels - 1));
153 status_t error = channel->Send(&reply, sizeof(ConnectReply));
H A DInsecureConnection.cpp147 error = channel->Send(&request, sizeof(ConnectRequest));
272 error = channel->Send(&reply, sizeof(ConnectReply));
352 return channel->Send(&reply, sizeof(ConnectReply));
H A DInsecureChannel.cpp55 // Send
57 InsecureChannel::Send(const void* _buffer, int32 size) function in class:InsecureChannel
72 PRINT(("InsecureChannel::Send(): B_INTERRUPTED\n"));
76 //PRINT(("InsecureChannel::Send: B_INTERRUPTED ignored, remaining retries: %ld\n",
82 PRINT(("Connection::Send(): sent 0 bytes. Assuming "
89 //PRINT(("InsecureChannel::Send(): sent %ld bytes, still to sent: %lu\n",
H A DPortChannel.cpp93 // Send
95 PortChannel::Send(const void* _buffer, int32 size) function in class:PortChannel
/haiku/src/system/boot/loader/net/
H A DEthernet.cpp121 // Send
123 EthernetService::Send(const mac_addr_t &destination, uint16 protocol, function in class:EthernetService
126 TRACE(("EthernetService::Send(to: %012" B_PRIx64 ", proto: 0x%hx, %"
164 ssize_t bytesSent = fInterface->Send(fSendBuffer, totalSize);
/haiku/headers/os/mail/
H A DE-mail.h145 status_t Send(bool sendNow = false,
H A DMailMessage.h119 status_t Send(bool sendNow);
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp104 return (ssize_t) fEndpoint->Send(buffer, size);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPProtocol.h108 virtual status_t Send(net_buffer *packet, uint16 protocolNumber) = 0;
H A DKPPPLCP.h88 virtual status_t Send(net_buffer *packet,
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp170 PAP::Send(net_buffer *packet, uint16 protocolNumber) function in class:PAP
474 return Interface().Send(packet, PAP_PROTOCOL) == B_OK;
498 return Interface().Send(packet, PAP_PROTOCOL) == B_OK;
519 return Interface().Send(packet, PAP_PROTOCOL) == B_OK;
H A DProtocol.h61 virtual status_t Send(net_buffer *packet, uint16 protocolNumber);
/haiku/headers/os/app/
H A DNotification.h74 status_t Send(bigtime_t timeout = -1);
/haiku/src/bin/mail_utils/
H A Dmail.cpp117 status_t result = mail.Send();
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp222 KPPPLCP::Send(net_buffer *packet, uint16 protocolNumber) function in class:KPPPLCP
225 return Target()->Send(packet, PPP_LCP_PROTOCOL);
227 return Interface().Send(packet, PPP_LCP_PROTOCOL);
/haiku/src/kits/mail/
H A Dc_mail_api.cpp143 return mail.Send(now);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.h76 virtual status_t Send(net_buffer *packet,
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp160 fNotification.Send(timeout);
/haiku/src/system/boot/loader/
H A Dstdio.cpp78 sSyslogSocket->Send(INADDR_BROADCAST, 514, buffer, offset + length);
/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 172 milliseconds

1234