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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLayer.cpp6 /*! \class KPPPLayer
20 #include <KPPPLayer.h>
33 KPPPLayer::KPPPLayer(const char *name, ppp_level level, uint32 overhead) function in class:KPPPLayer
45 KPPPLayer::~KPPPLayer()
53 KPPPLayer::InitCheck() const
61 KPPPLayer::SendToNext(net_buffer *packet, uint16 protocolNumber) const
74 ERROR("KPPPLayer: SendToNext() failed because there is no next handler!\n");
86 KPPPLayer
[all...]
H A DKPPPDevice.cpp30 : KPPPLayer(name, PPP_DEVICE_LEVEL, overhead),
H A DKPPPProtocol.cpp47 KPPPLayer(name, level, overhead),
H A DKPPPInterface.cpp91 KPPPLayer(name, PPP_INTERFACE_LEVEL, 2),
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLayer.h13 class KPPPLayer { class
15 //! KPPPLayer must be subclassed
16 KPPPLayer(const char *name, ppp_level level, uint32 overhead);
19 virtual ~KPPPLayer();
37 void SetNext(KPPPLayer *next)
40 KPPPLayer *Next() const
72 KPPPLayer *fNext;
H A DKPPPDevice.h10 #include <KPPPLayer.h>
19 class KPPPDevice : public KPPPLayer {
H A DKPPPProtocol.h10 #include <KPPPLayer.h>
16 class KPPPProtocol : public KPPPLayer {
H A DKPPPInterface.h48 class KPPPInterface : public KPPPLayer {

Completed in 52 milliseconds