IsProtocolAllowed
else if (!IsProtocolAllowed(*protocol))
|| !IsProtocolAllowed(*protocol)) {
if (!protocol->IsEnabled() || !IsProtocolAllowed(*protocol))
return IsEnabled() && IsUp() && IsProtocolAllowed(*this);
extern bool IsProtocolAllowed(const KPPPProtocol& protocol);