KPPPInterface
IPCP::IPCP(KPPPInterface& interface, driver_parameter *settings)
IPCP(KPPPInterface& interface, driver_parameter *settings);
add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface,
ACFCHandler::ACFCHandler(uint32 options, KPPPInterface& interface)
ACFCHandler(uint32 options, KPPPInterface& interface);
ModemDevice::ModemDevice(KPPPInterface& interface, driver_parameter *settings)
ModemDevice(KPPPInterface& interface, driver_parameter *settings);
add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface,
PAPHandler::PAPHandler(PAP& owner, KPPPInterface& interface)
PAP::PAP(KPPPInterface& interface, driver_parameter *settings)
PAPHandler(PAP& owner, KPPPInterface& interface);
PAP(KPPPInterface& interface, driver_parameter *settings);
add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface,
KPPPInterface * pppInterface = gPPPInterfaceModule->GetInterface(idInterface);
KPPPInterface* device = new (std::nothrow) KPPPInterface(name,
static KPPPInterface*
static KPPPInterface* GetInterface(ppp_interface_id ID);
KPPPInterface* device = new (std::nothrow) KPPPInterface(NULL,
PPPoEDevice::PPPoEDevice(KPPPInterface& interface, driver_parameter *settings)
PPPoEDevice(KPPPInterface& interface, driver_parameter *settings);
add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface,
KPPPDevice::KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface,
KPPPInterface::AddProtocol(KPPPProtocol *protocol)
KPPPInterface::RemoveProtocol(KPPPProtocol *protocol)
KPPPInterface::CountProtocols() const
KPPPInterface::ProtocolAt(int32 index) const
KPPPInterface::ProtocolFor(uint16 protocolNumber, KPPPProtocol *start) const
KPPPInterface::AddChild(KPPPInterface *child)
KPPPInterface::RemoveChild(KPPPInterface *child)
KPPPInterface*
KPPPInterface::ChildAt(int32 index) const
KPPPInterface *child = fChildren.ItemAt(index);
KPPPInterface::SetAutoReconnect(bool autoReconnect)
KPPPInterface::SetConnectOnDemand(bool connectOnDemand)
KPPPInterface::SetAskBeforeConnecting(bool ask)
KPPPInterface::SetPFCOptions(uint8 pfcOptions)
KPPPInterface::Up()
KPPPInterface::Down()
KPPPInterface::WaitForConnection()
KPPPInterface::LoadModules(driver_settings *settings, int32 start, int32 count)
KPPPInterface::LoadModule(const char *name, driver_parameter *parameter,
KPPPInterface::IsAllowedToSend() const
KPPPInterface::Send(net_buffer *packet, uint16 protocolNumber)
KPPPInterface::Receive(net_buffer *packet, uint16 protocolNumber)
KPPPInterface::ReceiveFromDevice(net_buffer *packet)
KPPPInterface::Pulse()
KPPPInterface::RegisterInterface()
KPPPInterface::UnregisterInterface()
KPPPInterface::StackControl(uint32 op, void *data)
KPPPInterface::StackControlEachHandler(uint32 op, void *data)
KPPPInterface::CalculateInterfaceMTU()
KPPPInterface::CalculateBaudRate()
KPPPInterface::Reconnect(uint32 delay)
KPPPInterface::~KPPPInterface()
KPPPInterface::Delete()
KPPPInterface::InitCheck() const
KPPPInterface::Username() const
KPPPInterface::Password() const
KPPPInterface::SetMRU(uint32 MRU)
KPPPInterface::PacketOverhead() const
KPPPInterface::Control(uint32 op, void *data, size_t length)
KPPPInterface *interface;
KPPPInterface *child = ChildAt(controlInfo->index);
KPPPInterface::KPPPInterface(const char *name, ppp_interface_entry *entry,
ppp_interface_id ID, const driver_settings *settings, KPPPInterface *parent)
KPPPInterface *child = ChildAt(control->index);
KPPPInterface::SetDevice(KPPPDevice *device)
KPPPLCP::KPPPLCP(KPPPInterface& interface)
KPPPInterface& interface, driver_parameter *settings)
KPPPInterface& interface, driver_parameter *settings)
uint32 overhead, KPPPInterface& interface,
KPPPStateMachine::KPPPStateMachine(KPPPInterface& interface)
KPPPStateMachine::UpFailedEvent(KPPPInterface& interface)
KPPPStateMachine::UpEvent(KPPPInterface& interface)
KPPPStateMachine::DownEvent(KPPPInterface& interface)
KPPPInterface *child;
_KPPPAuthenticationHandler::_KPPPAuthenticationHandler(KPPPInterface& interface)
_KPPPAuthenticationHandler(KPPPInterface& interface);
ParseRequestedItem(mru_item *item, KPPPInterface& interface)
status_t ParseRequestedItem(mru_item *item, KPPPInterface& interface);
_KPPPMRUHandler::_KPPPMRUHandler(KPPPInterface& interface)
_KPPPMRUHandler(KPPPInterface& interface);
ppp_pfc_state& peerPFCState, KPPPInterface& interface)
KPPPInterface& interface);
KPPPInterface& fInterface;
KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface,
KPPPInterface& Interface() const
bool AddChild(KPPPInterface *child);
bool RemoveChild(KPPPInterface *child);
KPPPInterface *ChildAt(int32 index) const;
KPPPInterface *Parent() const
void SetParent(KPPPInterface *parent)
KPPPInterface *fParent;
TemplateList<KPPPInterface*> fChildren;
class KPPPInterface : public KPPPLayer {
KPPPInterface(const KPPPInterface& copy);
KPPPInterface& operator= (const KPPPInterface& copy);
KPPPInterface(const char *name, ppp_interface_entry *entry,
KPPPInterface *parent = NULL);
~KPPPInterface();
friend class KPPPInterface;
KPPPLCP(KPPPInterface& interface);
KPPPLCPExtension(const char *name, uint8 code, KPPPInterface& interface,
KPPPInterface& Interface() const
KPPPInterface& fInterface;
class KPPPInterface;
KPPPInterface *interface;
KPPPInterface *(*GetInterface)(ppp_interface_id ID);
class KPPPInterface;
bool (*add_to)(KPPPInterface& mainInterface, KPPPInterface *subInterface,
KPPPOptionHandler(const char *name, uint8 type, KPPPInterface& interface,
KPPPInterface& Interface() const
KPPPInterface& fInterface;
class KPPPInterface;
KPPPInterface& fInterface;
uint32 overhead, KPPPInterface& interface,
KPPPInterface& Interface() const
KPPPInterface& fInterface;
class KPPPInterface;
friend class KPPPInterface;
KPPPStateMachine(KPPPInterface& interface);
KPPPInterface& Interface() const
void UpFailedEvent(KPPPInterface& interface);
void UpEvent(KPPPInterface& interface);
void DownEvent(KPPPInterface& interface);
KPPPInterface * KPPP_Interface;