Searched refs:PortConnection (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DPortConnection.h0 // PortConnection.h
11 // PortConnection
12 class PortConnection : public AbstractConnection { class in inherits:AbstractConnection
14 PortConnection();
15 virtual ~PortConnection();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortConnection.cpp0 // PortConnection.cpp
6 #include "PortConnection.h"
27 // #pragma mark ----- PortConnection -----
30 PortConnection::PortConnection() function in class:PortConnection
38 PortConnection::~PortConnection()
44 PortConnection::Init(Channel* channel, int32 upStreamChannels,
63 PortConnection::Init(const char* parameters)
142 PortConnection
[all...]
H A DConnectionFactory.cpp7 #include "PortConnection.h"
31 connection = new(std::nothrow) PortConnection;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPortConnectionListener.cpp11 #include "PortConnection.h"
81 PortConnection* connection = new(std::nothrow) PortConnection;
109 PortConnection* connection = dynamic_cast<PortConnection*>(_connection);

Completed in 121 milliseconds