Searched refs:KPPPStateMachine (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp6 /*! \class KPPPStateMachine
38 KPPPStateMachine::KPPPStateMachine(KPPPInterface& interface) function in class:KPPPStateMachine
59 mutex_init(&fLock, "KPPPStateMachine");
64 KPPPStateMachine::~KPPPStateMachine()
73 KPPPStateMachine::NextID()
85 KPPPStateMachine::NewState(ppp_state next)
106 KPPPStateMachine::NewPhase(ppp_phase next)
154 KPPPStateMachine
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h25 class KPPPStateMachine { class
32 KPPPStateMachine(KPPPInterface& interface);
33 ~KPPPStateMachine();
36 KPPPStateMachine(const KPPPStateMachine& copy);
37 KPPPStateMachine& operator= (const KPPPStateMachine& copy);
H A DKPPPLCP.h20 #include <KPPPStateMachine.h>
52 //! Returns the KPPPStateMachine of the interface that owns this protocol.
53 KPPPStateMachine& StateMachine() const
95 KPPPStateMachine& fStateMachine;
H A DKPPPInterface.h28 #include <KPPPStateMachine.h>
50 friend class KPPPStateMachine;
78 //! Returns the KPPPStateMachine of this interface.
79 KPPPStateMachine& StateMachine()
296 KPPPStateMachine fStateMachine;
H A DKPPPDevice.h20 friend class KPPPStateMachine;

Completed in 44 milliseconds