Searched refs:InitConnectionReply (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnection.cpp114 InitConnectionReply* reply = dynamic_cast<InitConnectionReply*>(_reply);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestFactory.cpp29 *request = new(std::nothrow) InitConnectionReply;
H A DRequests.cpp31 RequestVisitor::VisitInitConnectionReply(InitConnectionReply* request)
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h95 struct InitConnectionReply;
177 InitConnectionReply* request);
315 // InitConnectionReply
316 struct InitConnectionReply : ReplyRequest { struct in inherits:ReplyRequest
317 InitConnectionReply() : ReplyRequest(INIT_CONNECTION_REPLY) {} function in struct:InitConnectionReply
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp510 InitConnectionReply reply;

Completed in 56 milliseconds