Home
last modified time | relevance | path

Searched defs:Receive (Results 1 – 21 of 21) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp92 KPPPDevice::Receive(net_buffer *packet, uint16 protocolNumber) in Receive() function in KPPPDevice
H A DKPPPLCP.cpp233 KPPPLCP::Receive(net_buffer *packet, uint16 protocolNumber) in Receive() function in KPPPLCP
H A DKPPPInterface.cpp1678 KPPPInterface::Receive(net_buffer *packet, uint16 protocolNumber) in Receive() function in KPPPInterface
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureChannel.cpp98 InsecureChannel::Receive(void* _buffer, int32 size) in Receive() function in InsecureChannel
H A DPortChannel.cpp115 PortChannel::Receive(void* _buffer, int32 size) in Receive() function in PortChannel
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp172 Port::Receive(void** _message, size_t* _size, bigtime_t timeout) in Receive() function in Port
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.cpp429 ConnectionStream::Receive(void** _buffer, uint32* _size) in Receive() function in ConnectionStream
517 ConnectionPacket::Receive(void** _buffer, uint32* _size) in Receive() function in ConnectionPacket
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp372 PPPoEDevice::Receive(net_buffer *packet, uint16 protocolNumber) in Receive() function in PPPoEDevice
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp509 BNetEndpoint::Receive(void* buffer, size_t length, int flags) in Receive() function in BNetEndpoint
526 BNetEndpoint::Receive(BNetBuffer& buffer, size_t length, int flags) in Receive() function in BNetEndpoint
/haiku/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp261 OFEthernetInterface::Receive(void *buffer, size_t size) in Receive() function in OFEthernetInterface
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DI2CPort.cpp190 int CI2CPort::Receive(int address, char * buffer, int length, bool start, bool stop) in Receive() function in CI2CPort
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp507 ModemDevice::Receive(net_buffer *packet, uint16 protocolNumber) in Receive() function in ModemDevice
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp299 UNDI::Receive(void *buffer, size_t size) in Receive() function in UNDI
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp181 PAP::Receive(net_buffer *packet, uint16 protocolNumber) in Receive() function in PAP
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp323 UnixDatagramEndpoint::Receive(const iovec* vecs, size_t vecCount, in Receive() function in UnixDatagramEndpoint
H A DUnixStreamEndpoint.cpp474 UnixStreamEndpoint::Receive(const iovec* vecs, size_t vecCount, in Receive() function in UnixStreamEndpoint
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dmanaged-network.h85 efi_status (*Receive) (struct efi_managed_network_protocol* self, member
H A Dsimple-network.h126 efi_status (*Receive) (struct efi_simple_network_protocol* self, member
/haiku/src/system/boot/loader/net/
H A DUDP.cpp212 UDPSocket::Receive(UDPPacket **_packet, bigtime_t timeout) in Receive() function in UDPSocket
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp252 IPCP::Receive(net_buffer *packet, uint16 protocolNumber) in Receive() function in IPCP
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp92 class Receive : public AbstractTraceEntry { class
94 Receive(TCPEndpoint* endpoint, tcp_segment_header& segment, uint32 window, in Receive() function in TCPTracing::Receive