Searched refs:Send (Results 1 - 25 of 98) sorted by path

1234

/haiku/headers/os/app/
H A DNotification.h74 status_t Send(bigtime_t timeout = -1);
/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/headers/os/net/
H A DNetEndpoint.h56 virtual int32 Send(const void* buffer, size_t size, int flags = 0);
57 virtual int32 Send(BNetBuffer& buffer, int flags = 0);
/haiku/headers/private/kernel/boot/net/
H A DEthernet.h29 virtual ssize_t Send(const void *buffer, size_t size) = 0;
61 status_t Send(const mac_addr_t &destination, uint16 protocol,
H A DIP.h43 status_t Send(ip_addr_t destination, uint8 protocol, ChainBuffer *buffer);
H A DTCP.h116 status_t Send(uint16 sourcePort, ip_addr_t destinationAddress,
H A DUDP.h57 status_t Send(ip_addr_t destinationAddress, uint16 destinationPort,
59 status_t Send(ip_addr_t destinationAddress, uint16 destinationPort,
88 status_t Send(uint16 sourcePort, ip_addr_t destinationAddress,
/haiku/headers/private/userlandfs/private/
H A DPort.h43 status_t Send(const void* message, int32 size);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DChannel.h17 virtual status_t Send(const void* buffer, int32 size) = 0;
H A DInsecureChannel.h17 virtual status_t Send(const void* buffer, int32 size);
H A DPortChannel.h29 virtual status_t Send(const void* buffer, int32 size);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
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
H A DPortConnection.cpp134 error = channel->Send(infos, sizeof(PortChannel::Info) * (allChannels - 1));
153 status_t error = channel->Send(&reply, sizeof(ConnectReply));
H A DRequestChannel.cpp49 error = fChannel->Send(buffer, size);
63 status_t error = fChannel->Send(fBuffer, fBytesWritten);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h105 virtual status_t Send(const void* buffer, uint32 size) = 0;
122 virtual status_t Send(const void* buffer, uint32 size);
130 virtual status_t Send(const void* buffer, uint32 size);
H A DDelegation.cpp52 status_t result = request.Send();
H A DFileInfo.cpp189 status_t result = request.Send();
H A DInode.cpp76 status_t result = request.Send();
H A DNFS4Inode.cpp37 status_t result = request.Send();
75 status_t result = request.Send();
104 status_t result = request.Send();
151 status_t result = request.Send();
227 status_t result = request.Send();
261 status_t result = request.Send();
304 status_t result = request.Send(cookie);
339 status_t result = request.Send();
394 status_t result = request.Send();
492 result = request.Send();
[all...]
H A DNFS4Object.cpp210 status_t result = request.Send();
H A DOpenState.cpp125 status_t result = request.Send();
181 result = request.Send();
249 status_t result = request.Send();
301 status_t result = request.Send();
H A DRPCCallbackServer.cpp317 connection->Send(reply->Stream().Buffer(),
333 connection->Send(reply->Stream().Buffer(),
H A DRPCServer.cpp184 status_t result = fConnection->Send(stream.Buffer(), stream.Size());

Completed in 384 milliseconds

1234