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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPAuthenticationHandler.cpp15 static const char *kAuthenticatorTypeString = "Authenticator"; variable
43 if (current->Type() && !strcasecmp(current->Type(), kAuthenticatorTypeString)
136 && !strcasecmp(authenticator->Type(), kAuthenticatorTypeString)
197 && !strcasecmp(fLocalAuthenticator->Type(), kAuthenticatorTypeString)
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp21 static const char *kAuthenticatorTypeString = "Authenticator"; variable
85 kAuthenticatorTypeString, new PAPHandler(*this, interface)),

Completed in 44 milliseconds