KPPPLayer
: KPPPLayer(name, PPP_DEVICE_LEVEL, overhead),
KPPPLayer(name, PPP_INTERFACE_LEVEL, 2),
KPPPLayer::KPPPLayer(const char *name, ppp_level level, uint32 overhead)
KPPPLayer::~KPPPLayer()
KPPPLayer::InitCheck() const
KPPPLayer::SendToNext(net_buffer *packet, uint16 protocolNumber) const
KPPPLayer::Pulse()
KPPPLayer::SetName(const char *name)
KPPPLayer(name, level, overhead),
class KPPPDevice : public KPPPLayer {
class KPPPInterface : public KPPPLayer {
class KPPPLayer {
KPPPLayer(const char *name, ppp_level level, uint32 overhead);
virtual ~KPPPLayer();
void SetNext(KPPPLayer *next)
KPPPLayer *Next() const
KPPPLayer *fNext;
class KPPPProtocol : public KPPPLayer {