Searched refs:IsProtocolAllowed (Results 1 – 4 of 4) sorted by relevance
19 extern bool IsProtocolAllowed(const KPPPProtocol& protocol);
14 IsProtocolAllowed(const KPPPProtocol& protocol) in IsProtocolAllowed() function
177 return IsEnabled() && IsUp() && IsProtocolAllowed(*this); in IsAllowedToSend()
1593 else if (!IsProtocolAllowed(*protocol)) in Send()1604 || !IsProtocolAllowed(*protocol)) { in Send()1720 if (!protocol->IsEnabled() || !IsProtocolAllowed(*protocol)) in Receive()