Searched refs:KPPPLCP (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h39 class KPPPLCP : public KPPPProtocol { class in inherits:KPPPProtocol
44 KPPPLCP(KPPPInterface& interface);
45 virtual ~KPPPLCP();
48 KPPPLCP(const KPPPLCP& copy);
49 KPPPLCP& operator= (const KPPPLCP& copy);
H A DKPPPStateMachine.h22 class KPPPLCP;
28 friend class KPPPLCP;
44 KPPPLCP& LCP() const
161 KPPPLCP& fLCP;
H A DKPPPInterface.h20 #include <KPPPLCP.h>
81 //! Returns the KPPPLCP protocol of this interface.
82 KPPPLCP& LCP()
297 KPPPLCP fLCP;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp6 /*! \class KPPPLCP
31 KPPPLCP::KPPPLCP(KPPPInterface& interface) function in class:KPPPLCP
44 KPPPLCP::~KPPPLCP()
59 KPPPLCP::AddOptionHandler(KPPPOptionHandler *optionHandler)
79 KPPPLCP::RemoveOptionHandler(KPPPOptionHandler *optionHandler)
91 KPPPLCP::OptionHandlerAt(int32 index) const
105 KPPPLCP::OptionHandlerFor(uint8 type, int32 *start) const
135 KPPPLCP
[all...]

Completed in 20 milliseconds