Searched refs:_KPPPAuthenticationHandler (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPAuthenticationHandler.h12 class _KPPPAuthenticationHandler : public KPPPOptionHandler { class in inherits:KPPPOptionHandler
14 _KPPPAuthenticationHandler(KPPPInterface& interface);
H A D_KPPPAuthenticationHandler.cpp6 #include "_KPPPAuthenticationHandler.h"
24 _KPPPAuthenticationHandler::_KPPPAuthenticationHandler(KPPPInterface& interface) function in class:_KPPPAuthenticationHandler
36 _KPPPAuthenticationHandler::NextAuthenticator(const KPPPProtocol *start,
53 _KPPPAuthenticationHandler::AddToRequest(KPPPConfigurePacket& request)
109 _KPPPAuthenticationHandler::ParseNak(const KPPPConfigurePacket& nak)
147 _KPPPAuthenticationHandler::ParseReject(const KPPPConfigurePacket& reject)
158 _KPPPAuthenticationHandler::ParseAck(const KPPPConfigurePacket& ack)
181 _KPPPAuthenticationHandler::ParseRequest(const KPPPConfigurePacket& request,
230 _KPPPAuthenticationHandler
[all...]
H A DKPPPInterface.cpp54 #include "_KPPPAuthenticationHandler.h"
162 _KPPPAuthenticationHandler *authenticationHandler =
163 new _KPPPAuthenticationHandler(*this);

Completed in 43 milliseconds