Home
last modified time | relevance | path

Searched refs:InsecureConnection (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DInsecureConnectionListener.cpp80 InsecureConnection* connection = new(std::nothrow) InsecureConnection; in Listen()
106 InsecureConnection* connection in FinishInitialization()
107 = dynamic_cast<InsecureConnection*>(_connection); in FinishInitialization()
H A DJamfile38 InsecureConnection.cpp
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DInsecureConnection.h16 class InsecureConnection : public AbstractConnection {
18 InsecureConnection();
19 virtual ~InsecureConnection();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureConnection.cpp65 InsecureConnection::InsecureConnection() in InsecureConnection() function in InsecureConnection
70 InsecureConnection::~InsecureConnection() in ~InsecureConnection()
76 InsecureConnection::Init(int fd) in Init()
100 InsecureConnection::Init(const char* parameters) in Init()
184 InsecureConnection::FinishInitialization() in FinishInitialization()
319 InsecureConnection::_OpenClientChannel(in_addr serverAddr, uint16 port, in _OpenClientChannel()
348 InsecureConnection::_SendErrorReply(Channel* channel, status_t error) in _SendErrorReply()
H A DConnectionFactory.cpp29 connection = new(std::nothrow) InsecureConnection; in CreateConnection()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DJamfile47 InsecureConnection.cpp