Searched refs:KPPPDevice (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp6 /*! \class KPPPDevice
14 #include <KPPPDevice.h>
28 KPPPDevice::KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface, function in class:KPPPDevice
40 KPPPDevice::~KPPPDevice()
52 KPPPDevice::Control(uint32 op, void *data, size_t length)
54 dprintf("KPPPDevice::Control\n");
83 KPPPDevice::IsAllowedToSend() const
92 KPPPDevice
[all...]
H A D_KPPPMRUHandler.cpp9 #include <KPPPDevice.h>
H A D_KPPPAuthenticationHandler.cpp9 #include <KPPPDevice.h>
H A DKPPPLCP.cpp18 #include <KPPPDevice.h>
H A DKPPPInterface.cpp38 #include <KPPPDevice.h>
951 \sa KPPPDevice
955 KPPPInterface::SetDevice(KPPPDevice *device)
1749 KPPPDevice should call this method when it receives a packet. \n
H A DKPPPStateMachine.cpp18 #include <KPPPDevice.h>
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPP.h10 #include <KPPPDevice.h>
H A DKPPPDevice.h19 class KPPPDevice : public KPPPLayer { class in inherits:KPPPLayer
23 // KPPPDevice must be subclassed
24 KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface,
28 virtual ~KPPPDevice();
H A DKPPPInterface.h39 class KPPPDevice;
128 bool SetDevice(KPPPDevice *device);
130 KPPPDevice *Device() const
236 // This must not block KPPPDevice::Send()!
292 KPPPDevice *fDevice;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.h11 #include <KPPPDevice.h>
27 class PPPoEDevice : public KPPPDevice {
H A DPPPoEDevice.cpp62 : KPPPDevice("PPPoE", PPPoE_HEADER_SIZE + ETHER_HDR_LEN, interface, settings),
114 if (KPPPDevice::InitCheck() != B_OK)
115 dprintf("%s::%s: KPPPDevice::InitCheck() has error\n", __FILE__, __func__);
117 return KPPPDevice::InitCheck() == B_OK ? B_OK : B_ERROR;
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.h11 #include <KPPPDevice.h>
26 class ModemDevice : public KPPPDevice {
H A DModemDevice.cpp181 : KPPPDevice("Modem", 0, interface, settings),
227 && KPPPDevice::InitCheck() == B_OK ? B_OK : B_ERROR;

Completed in 85 milliseconds