Searched refs:Receive (Results 51 - 59 of 59) sorted by relevance

123

/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp384 while (fConnection.Receive(netBuffer, 1024) != 0) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp278 result = fConnection->Receive(&buffer, &size);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp372 PPPoEDevice::Receive(net_buffer *packet, uint16 protocolNumber) function in class:PPPoEDevice
381 dprintf("PPPoEDevice::Receive fail\n");
432 dprintf("PPPoEDevice::Receive fail version type wrong\n");
438 dprintf("PPPoEDevice::Receive fail PPPoEDev IsDown\n");
448 dprintf("PPPoEDevice::Receive faile not PADI_Sent \n");
501 dprintf("PPPoEDevice::Receive faile no svc name\n");
511 dprintf("PPPoEDevice::Receive fail no reply pack\n");
533 dprintf("PPPoEDevice::Receive fail send PADR\n");
545 dprintf("PPPoEDevice::Receive PADS but no PADR sent\n");
561 dprintf("PPPoEDevice::Receive fai
[all...]
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp299 UNDI::Receive(void *buffer, size_t size) function in class:UNDI
301 //TRACE("UNDI::Receive, buffer %p, size %ld\n", buffer, size);
356 panic("UNDI::Receive: multi buffer frames not supported");
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp423 return ((UnixEndpoint*)_protocol)->Receive(vecs, vecCount, _ancillaryData,
H A DUnixDatagramEndpoint.cpp323 UnixDatagramEndpoint::Receive(const iovec* vecs, size_t vecCount, function in class:UnixDatagramEndpoint
327 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Receive()\n",
H A DUnixStreamEndpoint.cpp469 UnixStreamEndpoint::Receive(const iovec* vecs, size_t vecCount, function in class:UnixStreamEndpoint
473 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Receive(%p, %ld)\n",
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp91 class Receive : public AbstractTraceEntry { class in namespace:TCPTracing
93 Receive(TCPEndpoint* endpoint, tcp_segment_header& segment, uint32 window, function in class:TCPTracing::Receive
1633 TRACE(" Receive(): segment out of window, next: %" B_PRIu32
1728 TRACE(" Receive(): Window update %" B_PRIu32 " -> %" B_PRIu32,
1757 TRACE("Receive(): duplicate ack!");
1776 TRACE("Receive(): all inflight data ack'd!");
1780 TRACE("Receive(): FIN has been acknowledged!");
1839 TRACE("Receive(): peer is finishing connection!");
1885 TRACE("Receive() Action %" B_PRId32, action);
1902 T(Receive(thi
[all...]
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp252 IPCP::Receive(net_buffer *packet, uint16 protocolNumber) function in class:IPCP
254 TRACE("IPCP: Receive(0x%X)\n", protocolNumber);

Completed in 197 milliseconds

123