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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPUtils.h19 extern bool IsProtocolAllowed(const KPPPProtocol& protocol);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp14 IsProtocolAllowed(const KPPPProtocol& protocol) function
H A DKPPPProtocol.cpp177 return IsEnabled() && IsUp() && IsProtocolAllowed(*this);
H A DKPPPInterface.cpp1593 else if (!IsProtocolAllowed(*protocol))
1604 || !IsProtocolAllowed(*protocol)) {
1720 if (!protocol->IsEnabled() || !IsProtocolAllowed(*protocol))

Completed in 41 milliseconds