Searched refs:IsDown (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPDevice.h67 bool IsDown() const function in class:KPPPDevice
H A DKPPPProtocol.h96 bool IsDown() const function in class:KPPPProtocol
/haiku-fatelf/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp306 else if(InitCheck() != B_OK || IsDown()) {
343 if(IsDown()) {
484 if(fNextTimeout == 0 || IsUp() || IsDown())
H A Dpppoe.cpp176 && !device->IsDown()) {
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp781 if (!protocol->IsDown())
H A DKPPPStateMachine.cpp1857 else if (protocol->IsDown() && protocol->IsUpRequested()) {

Completed in 100 milliseconds