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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp162 _KPPPAuthenticationHandler *authenticationHandler = local
164 if (!LCP().AddOptionHandler(authenticationHandler)
165 || authenticationHandler->InitCheck() != B_OK) {
167 delete authenticationHandler;

Completed in 86 milliseconds