Searched refs:StateMachine (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp116 return Interface().StateMachine().TLSNotify();
133 return Interface().StateMachine().TLFNotify();
143 Interface().StateMachine().UpFailedEvent();
153 Interface().StateMachine().UpEvent();
163 Interface().StateMachine().DownEvent();
H A DKPPPLCP.cpp35 fStateMachine(interface.StateMachine()),
260 StateMachine().RCREvent(packet);
264 StateMachine().RCAEvent(packet);
269 StateMachine().RCNEvent(packet);
273 StateMachine().RTREvent(packet);
277 StateMachine().RTAEvent(packet);
281 StateMachine().RXJEvent(packet);
285 StateMachine().RXJEvent(packet);
291 StateMachine().RXREvent(packet);
326 StateMachine()
[all...]
H A DKPPPProtocol.cpp212 Interface().StateMachine().UpFailedEvent(this);
224 Interface().StateMachine().UpEvent(this);
236 Interface().StateMachine().DownEvent(this);
H A DKPPPInterface.cpp117 fReportManager(StateMachine().fLock),
118 fLock(StateMachine().fLock),
481 StateMachine().LocalAuthenticationStatus();
483 StateMachine().PeerAuthenticationStatus();
608 report.code = StateMachine().fLastConnectionReportCode;
733 StateMachine().LocalAuthenticationStatus();
735 StateMachine().PeerAuthenticationStatus();
839 report.code = StateMachine().fLastConnectionReportCode;
1304 StateMachine().ContinueOpenEvent();
1344 StateMachine()
[all...]
H A DKPPPStateMachine.cpp128 Interface().Parent()->StateMachine().DownEvent(Interface());
397 interface.StateMachine().CloseEvent();
470 Interface().ChildAt(index)->StateMachine().CloseEvent();
565 Interface().Parent()->StateMachine().UpFailedEvent(Interface());
719 Interface().Parent()->StateMachine().UpFailedEvent(Interface());
802 Interface().ChildAt(index)->StateMachine().OpenEvent();
822 Interface().ChildAt(index)->StateMachine().CloseEvent();
1646 Interface().Parent()->StateMachine().RXJEvent(packet);
1941 Interface().Parent()->StateMachine().UpEvent(Interface());
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp270 Interface().StateMachine().LocalAuthenticationRequested();
272 Interface().StateMachine().PeerAuthenticationRequested();
316 Interface().StateMachine().LocalAuthenticationDenied(
319 Interface().StateMachine().PeerAuthenticationDenied(
359 Interface().StateMachine().PeerAuthenticationAccepted(username);
364 Interface().StateMachine().PeerAuthenticationDenied(username);
391 Interface().StateMachine().LocalAuthenticationAccepted(
424 Interface().StateMachine().LocalAuthenticationDenied(
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h53 KPPPStateMachine& StateMachine() const function in class:KPPPLCP
H A DKPPPInterface.h79 KPPPStateMachine& StateMachine() function in class:KPPPInterface

Completed in 88 milliseconds