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

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DInsecureConnection.h0 // InsecureConnection.h
15 // InsecureConnection
16 class InsecureConnection : public AbstractConnection { class in inherits:AbstractConnection
18 InsecureConnection();
19 virtual ~InsecureConnection();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DInsecureConnectionListener.cpp14 #include "InsecureConnection.h"
80 InsecureConnection* connection = new(std::nothrow) InsecureConnection;
106 InsecureConnection* connection
107 = dynamic_cast<InsecureConnection*>(_connection);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DConnectionFactory.cpp6 #include "InsecureConnection.h"
29 connection = new(std::nothrow) InsecureConnection;
H A DInsecureConnection.cpp0 // InsecureConnection.cpp
18 #include "InsecureConnection.h"
62 // #pragma mark ----- InsecureConnection -----
65 InsecureConnection::InsecureConnection() function in class:InsecureConnection
70 InsecureConnection::~InsecureConnection()
76 InsecureConnection::Init(int fd)
100 InsecureConnection::Init(const char* parameters)
102 PRINT(("InsecureConnection
[all...]

Completed in 38 milliseconds