Searched refs:ReceiveData (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h39 int32 ReceiveData(thread_id* sender, void* buffer,
H A DGenericThread.cpp293 GenericThread::ReceiveData(thread_id* sender, void* buffer, size_t buffer_size) function in class:GenericThread
/haiku/src/apps/expander/
H A DGenericThread.h42 int32 ReceiveData(thread_id* sender, void* buffer,
H A DGenericThread.cpp285 GenericThread::ReceiveData(thread_id* sender, void* buffer, size_t size) function in class:GenericThread
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h45 status_t ReceiveData(net_buffer* buffer);
H A Dl2cap.cpp278 status = endpoint->ReceiveData(buffer);
289 status = endpoint->ReceiveData(buffer);
H A DL2capEndpoint.cpp446 L2capEndpoint::ReceiveData(net_buffer* buffer) function in class:L2capEndpoint
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp230 status_t ReceiveData(net_buffer* buffer);
722 UdpEndpointManager::ReceiveData(net_buffer *buffer) function in class:UdpEndpointManager
724 TRACE_EPM("ReceiveData(%p [%" B_PRIu32 " bytes])", buffer, buffer->size);
741 TRACE_EPM(" ReceiveData(): no endpoint.");
1297 return sUdpEndpointManager->ReceiveData(buffer);

Completed in 57 milliseconds