Searched refs:UpFailedEvent (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp139 KPPPDevice::UpFailedEvent() function in class:KPPPDevice
143 Interface().StateMachine().UpFailedEvent();
H A DKPPPProtocol.cpp209 KPPPProtocol::UpFailedEvent() function in class:KPPPProtocol
212 Interface().StateMachine().UpFailedEvent(this);
H A DKPPPStateMachine.cpp296 NOTE: This must be called \e before \c UpFailedEvent().
357 NOTE: This must be called \e before \c UpFailedEvent().
381 KPPPStateMachine::UpFailedEvent(KPPPInterface& interface) function in class:KPPPStateMachine
383 TRACE("KPPPSM: UpFailedEvent(interface) state=%d phase=%d\n", State(), Phase());
461 KPPPStateMachine::UpFailedEvent(KPPPProtocol *protocol) function in class:KPPPStateMachine
463 TRACE("KPPPSM: UpFailedEvent(protocol) state=%d phase=%d\n", State(), Phase());
555 KPPPStateMachine::UpFailedEvent() function in class:KPPPStateMachine
557 TRACE("KPPPSM: UpFailedEvent() state=%d phase=%d\n", State(), Phase());
565 Interface().Parent()->StateMachine().UpFailedEvent(Interface());
707 // failed to bring device up (UpFailedEvent() wa
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h93 void UpFailedEvent(KPPPInterface& interface);
98 void UpFailedEvent(KPPPProtocol *protocol);
105 void UpFailedEvent();
H A DKPPPDevice.h49 On error: \e Either call \c UpFailedEvent() and return \c true \e or
50 return \c false only. \e Never call \c UpFailedEvent() and return
54 \sa UpFailedEvent()
113 void UpFailedEvent();
H A DKPPPProtocol.h123 void UpFailedEvent();
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp126 UpFailedEvent();
322 UpFailedEvent();
365 UpFailedEvent();
426 UpFailedEvent();
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp385 UpFailedEvent();
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp596 UpFailedEvent();
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp1304 UpFailedEvent();

Completed in 118 milliseconds