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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPAuthenticationHandler.cpp97 // this could omit some authenticators when we get a suggestion, but that is
221 authentication_item suggestion; local
222 suggestion.type = kAuthenticationType;
223 suggestion.length = 4;
224 suggestion.protocolNumber = htons(nextAuthenticator->ProtocolNumber());
225 return nak.AddItem((ppp_configure_item*) &suggestion) ? B_OK : B_ERROR;

Completed in 59 milliseconds