Searched refs:IsUp (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp166 if (IsUp() || IsGoingUp())
168 } else if (!IsUp() && !IsGoingUp() && IsUpRequested() && Interface().IsUp())
177 return IsEnabled() && IsUp() && IsProtocolAllowed(*this);
H A DKPPPDevice.cpp69 info->isUp = IsUp();
H A DKPPPInterface.cpp665 if (fDevice && (IsUp() || fDevice->IsUp()))
746 if (IsUp() || Phase() >= protocol->ActivationPhase())
1032 if (IsUp())
1271 else if (!Device()->IsUp())
1282 if (!Device()->IsUp() || !protocol || !protocol->IsEnabled()
H A DKPPPStateMachine.cpp404 if (child && child->IsUp()) {
558 if (!Interface().Device() || !Interface().Device()->IsUp())
616 if (Interface().Device() && Interface().Device()->IsUp())
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPDevice.h64 bool IsUp() const function in class:KPPPDevice
H A DKPPPProtocol.h93 bool IsUp() const function in class:KPPPProtocol
H A DKPPPInterface.h204 bool IsUp() const function in class:KPPPInterface
/haiku-fatelf/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp138 if(length < 0 || !device->IsUp()) {
240 if(IsUp())
278 if(!IsUp()) {
288 // worker_thread will notice that we are terminating (IsUp() == false)
419 } else if(!IsUp()) {
517 else if(InitCheck() != B_OK || !IsUp()) {
/haiku-fatelf/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp101 if(IsUp())
182 if(!IsUp()) {
259 if(!IsUp()) {
325 if(!IsUp() || header->version != PPPoE_VERSION || header->type != PPPoE_TYPE
452 if(!IsUp()
484 if(fNextTimeout == 0 || IsUp() || IsDown())

Completed in 116 milliseconds