Searched refs:SetReceiveBufferSize (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h64 status_t SetReceiveBufferSize(size_t size);
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.h78 status_t SetReceiveBufferSize(size_t size);
H A Dunix.cpp165 status_t error = endpoint->SetReceiveBufferSize(*(int*)_value);
H A DUnixEndpoint.cpp647 UnixEndpoint::SetReceiveBufferSize(size_t size) function in class:UnixEndpoint
649 TRACE("[%ld] %p->UnixEndpoint::SetReceiveBufferSize(%lu)\n",
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h69 status_t SetReceiveBufferSize(size_t length);
H A Dtcp.cpp566 status = protocol->SetReceiveBufferSize(*value);
H A DTCPEndpoint.cpp1010 TCPEndpoint::SetReceiveBufferSize(size_t length) function in class:TCPEndpoint

Completed in 99 milliseconds