Home
last modified time | relevance | path

Searched refs:InsecureChannel (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureChannel.cpp22 InsecureChannel::InsecureChannel(int socket) in InsecureChannel() function in InsecureChannel
42 InsecureChannel::~InsecureChannel() in ~InsecureChannel()
49 InsecureChannel::Close() in Close()
57 InsecureChannel::Send(const void* _buffer, int32 size) in Send()
98 InsecureChannel::Receive(void* _buffer, int32 size) in Receive()
137 InsecureChannel::GetPeerAddress(NetAddress *address) const in GetPeerAddress()
H A DInsecureConnection.cpp84 Channel* channel = new(std::nothrow) InsecureChannel(fd); in Init()
188 InsecureChannel* channel in FinishInitialization()
189 = dynamic_cast<InsecureChannel*>(DownStreamChannelAt(0)); in FinishInitialization()
297 channel = new(std::nothrow) InsecureChannel(channelFD); in FinishInitialization()
337 Channel* channel = new(std::nothrow) InsecureChannel(fd); in _OpenClientChannel()
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DInsecureChannel.h10 class InsecureChannel : public Channel {
12 InsecureChannel(int socket);
13 virtual ~InsecureChannel();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DJamfile37 InsecureChannel.cpp
H A DNetFSServer.cpp130 fChannel(new(std::nothrow) InsecureChannel(socket)), in ServerInfoSender()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DJamfile46 InsecureChannel.cpp
H A DServerManager.cpp98 InsecureChannel channel(fFD); in Execute()