Home
last modified time | relevance | path

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) in IsProtocolAllowed() function
H A DKPPPProtocol.cpp177 return IsEnabled() && IsUp() && IsProtocolAllowed(*this); in IsAllowedToSend()
H A DKPPPInterface.cpp1593 else if (!IsProtocolAllowed(*protocol)) in Send()
1604 || !IsProtocolAllowed(*protocol)) { in Send()
1720 if (!protocol->IsEnabled() || !IsProtocolAllowed(*protocol)) in Receive()