Searched refs:ServerInfo (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp0 // ServerInfo.cpp
5 #include "ServerInfo.h"
73 // #pragma mark ----- ServerInfo -----
76 ServerInfo::ServerInfo() function in class:ServerInfo
85 ServerInfo::ServerInfo(const ServerInfo& other) function in class:ServerInfo
96 ServerInfo::ShowAround(RequestMemberVisitor* visitor)
108 ServerInfo
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DServerInfo.h0 // ServerInfo.h
30 // ServerInfo
31 class ServerInfo : public FlattenableRequestMember { class in inherits:FlattenableRequestMember
33 ServerInfo();
34 ServerInfo(const ServerInfo& other);
52 ServerInfo& operator=(const ServerInfo& other);
H A DRequests.h13 #include "ServerInfo.h"
1367 ServerInfo serverInfo;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.h12 class ServerInfo;
42 status_t SetTo(ServerInfo* serverInfo);
H A DExtendedServerInfo.cpp4 #include "ServerInfo.h"
103 ExtendedServerInfo::SetTo(ServerInfo* serverInfo)
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h18 class ServerInfo;
69 status_t _GetServerInfo(ServerInfo& serverInfo);
H A DNetFSServer.cpp128 ServerInfoSender(int socket, const ServerInfo& serverInfo)
182 ServerInfo fServerInfo;
1275 ServerInfo info;
1302 NetFSServer::_GetServerInfo(ServerInfo& serverInfo)

Completed in 102 milliseconds