Home
last modified time | relevance | path

Searched refs:kDefaultDownStreamChannels (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DInsecureConnection.h62 extern const int32 kDefaultDownStreamChannels;
H A DPortConnection.h60 extern const int32 kDefaultDownStreamChannels;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortConnection.cpp20 const int32 kDefaultDownStreamChannels = 1; variable
71 int downStreamChannels = kDefaultDownStreamChannels; in Init()
H A DInsecureConnection.cpp34 const int32 kDefaultDownStreamChannels = 1; variable
113 int downStreamChannels = kDefaultDownStreamChannels; in Init()