Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp166 if (IsUp() || IsGoingUp()) in SetEnabled()
168 } else if (!IsUp() && !IsGoingUp() && IsUpRequested() && Interface().IsUp()) in SetEnabled()
177 return IsEnabled() && IsUp() && IsProtocolAllowed(*this); in IsAllowedToSend()
H A DKPPPDevice.cpp69 info->isUp = IsUp(); in Control()
H A DKPPPInterface.cpp972 if (fDevice && (IsUp() || fDevice->IsUp())) in SetDevice()
1053 if (IsUp() || Phase() >= protocol->ActivationPhase()) in AddProtocol()
1340 if (IsUp()) in Up()
1589 else if (!Device()->IsUp()) in Send()
1600 if (Device()->IsUp() && protocolNumber == 0x0021) { in Send()
1603 } else if (!Device()->IsUp() || !protocol || !protocol->IsEnabled() in Send()
1690 if (protocolNumber == 0x0021 && Device() && Device()->IsUp()) { in Receive()
H A DKPPPStateMachine.cpp433 if (child && child->IsUp()) { in DownEvent()
587 if (!Interface().Device() || !Interface().Device()->IsUp()) in UpEvent()
645 if (Interface().Device() && Interface().Device()->IsUp()) in DownEvent()
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp129 if (IsUp()) in Up()
246 if (!IsUp()) { in Down()
324 if (!IsUp()) { in Send()
404 if (!IsUp() || header.version != PPPoE_VERSION || header.type != PPPoE_TYPE in Receive()
557 if (!IsUp() in Receive()
590 if (fNextTimeout == 0 || IsUp() || IsDown()) in Pulse()
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp137 if (length < 0 || !device->IsUp()) { in worker_thread()
239 if (IsUp()) in Up()
277 if (!IsUp()) { in Down()
418 } else if (!IsUp()) { in Send()
513 else if (InitCheck() != B_OK || !IsUp()) { in Receive()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPDevice.h66 bool IsUp() const in IsUp() function
H A DKPPPProtocol.h93 bool IsUp() const in IsUp() function
H A DKPPPInterface.h212 bool IsUp() const in IsUp() function