Searched refs:_PrepareSendPath (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h122 status_t _PrepareSendPath(const sockaddr* peer);
H A DTCPEndpoint.cpp619 status_t status = _PrepareSendPath(address);
1401 if (_PrepareSendPath(*PeerAddress()) != B_OK) {
2121 TCPEndpoint::_PrepareSendPath(const sockaddr* peer) function in class:TCPEndpoint

Completed in 37 milliseconds