Home
last modified time | relevance | path

Searched refs:DoesConnectOnDemand (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h164 bool DoesConnectOnDemand() const in DoesConnectOnDemand() function
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp500 info->doesConnectOnDemand = DoesConnectOnDemand(); in Control()
752 info->doesConnectOnDemand = DoesConnectOnDemand(); in Control()
1263 } else if (DoesConnectOnDemand() == connectOnDemand) in SetConnectOnDemand()
1571 if ((protocolNumber != PPP_LCP_PROTOCOL && DoesConnectOnDemand() in Send()
1860 if (DoesConnectOnDemand()) in RegisterInterface()
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp453 if (State() != PPP_OPENED_STATE && !Interface().DoesConnectOnDemand()) in UpdateAddresses()