Searched refs:AddToRequest (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPMRUHandler.h16 virtual status_t AddToRequest(KPPPConfigurePacket& request);
H A D_KPPPAuthenticationHandler.h19 virtual status_t AddToRequest(KPPPConfigurePacket& request);
H A D_KPPPPFCHandler.h17 virtual status_t AddToRequest(KPPPConfigurePacket& request);
H A D_KPPPPFCHandler.cpp24 _KPPPPFCHandler::AddToRequest(KPPPConfigurePacket& request) function in class:_KPPPPFCHandler
H A DKPPPOptionHandler.cpp113 KPPPOptionHandler::AddToRequest(KPPPConfigurePacket& request) function in class:KPPPOptionHandler
H A D_KPPPMRUHandler.cpp33 _KPPPMRUHandler::AddToRequest(KPPPConfigurePacket& request) function in class:_KPPPMRUHandler
H A D_KPPPAuthenticationHandler.cpp53 _KPPPAuthenticationHandler::AddToRequest(KPPPConfigurePacket& request) function in class:_KPPPAuthenticationHandler
55 // AddToRequest(): Check if peer must authenticate itself and
100 TRACE("KPPPAuthHandler: AddToRequest(%X)\n", authenticator->ProtocolNumber());
103 return authenticator->OptionHandler()->AddToRequest(request);
125 // AddToRequest()
H A DKPPPStateMachine.cpp1744 if (LCP().OptionHandlerAt(index)->AddToRequest(request) != B_OK) {
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DACFCHandler.h41 virtual status_t AddToRequest(KPPPConfigurePacket& request);
H A DACFCHandler.cpp24 ACFCHandler::AddToRequest(KPPPConfigurePacket& request) function in class:ACFCHandler
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPOptionHandler.h56 virtual status_t AddToRequest(KPPPConfigurePacket& request);
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h38 virtual status_t AddToRequest(KPPPConfigurePacket& request);
H A DProtocol.cpp46 PAPHandler::AddToRequest(KPPPConfigurePacket& request) function in class:PAPHandler

Completed in 58 milliseconds