Searched refs:KPPPInterface (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPModule.h11 class KPPPInterface;
45 bool (*add_to)(KPPPInterface& mainInterface, KPPPInterface *subInterface,
H A Dppp_device.h6 #include <KPPPInterface.h>
13 KPPPInterface * KPPP_Interface;
H A DKPPPLCPExtension.h12 #include <KPPPInterface.h>
19 KPPPLCPExtension(const char *name, uint8 code, KPPPInterface& interface,
32 KPPPInterface& Interface() const
51 // called by netstack (forwarded by KPPPInterface)
64 KPPPInterface& fInterface;
H A DKPPPOptionHandler.h12 #include <KPPPInterface.h>
21 KPPPOptionHandler(const char *name, uint8 type, KPPPInterface& interface,
38 KPPPInterface& Interface() const
53 // called by netstack (forwarded by KPPPInterface)
76 KPPPInterface& fInterface;
H A DKPPPDevice.h15 #include <KPPPInterface.h>
24 KPPPDevice(const char *name, uint32 overhead, KPPPInterface& interface,
31 KPPPInterface& Interface() const
123 KPPPInterface& fInterface;
H A DKPPPInterface.h48 class KPPPInterface : public KPPPLayer { class in inherits:KPPPLayer
54 KPPPInterface(const KPPPInterface& copy);
55 KPPPInterface& operator= (const KPPPInterface& copy);
60 KPPPInterface(const char *name, ppp_interface_entry *entry,
62 KPPPInterface *parent = NULL);
63 ~KPPPInterface();
144 bool AddChild(KPPPInterface *child);
145 bool RemoveChild(KPPPInterface *chil
[all...]
H A DKPPPStateMachine.h14 #include <KPPPInterface.h>
21 class KPPPInterface;
27 friend class KPPPInterface;
31 // may only be constructed/destructed by KPPPInterface
32 KPPPStateMachine(KPPPInterface& interface);
41 KPPPInterface& Interface() const
93 void UpFailedEvent(KPPPInterface& interface);
94 void UpEvent(KPPPInterface& interface);
95 void DownEvent(KPPPInterface& interface);
160 KPPPInterface
[all...]
H A DKPPPProtocol.h12 class KPPPInterface;
21 uint32 overhead, KPPPInterface& interface,
31 KPPPInterface& Interface() const
79 // called by netstack (forwarded by KPPPInterface)
134 KPPPInterface& fInterface;
H A DKPPPManager.h20 class KPPPInterface;
21 //! Private structure shared by PPP manager and KPPPInterface.
24 KPPPInterface *interface;
49 KPPPInterface *(*GetInterface)(ppp_interface_id ID);
50 // for accessing KPPPInterface directly
H A DKPPPLCP.h16 #include <KPPPInterface.h>
40 friend class KPPPInterface;
43 // may only be constructed/destructed by KPPPInterface
44 KPPPLCP(KPPPInterface& interface);
/haiku/src/add-ons/kernel/network/ppp/pap/
H A Dpap.cpp12 #include <KPPPInterface.h>
24 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface,
H A DProtocol.h33 PAPHandler(PAP& owner, KPPPInterface& interface);
50 PAP(KPPPInterface& interface, driver_parameter *settings);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A Dipcp.cpp14 #include <KPPPInterface.h>
41 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface,
/haiku/src/add-ons/kernel/network/ppp/modem/
H A Dmodem.cpp10 #include <KPPPInterface.h>
24 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface,
H A DACFCHandler.h32 ACFCHandler(uint32 options, KPPPInterface& interface);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp6 /*! \class KPPPInterface
11 KPPPInterface handles all interface-specific commands from userspace and it
18 Multilink support is distributed between KPPPInterface and KPPPStateMachine.
34 #include <KPPPInterface.h>
66 KPPPInterface *interface;
88 KPPPInterface::KPPPInterface(const char *name, ppp_interface_entry *entry, function in class:KPPPInterface
89 ppp_interface_id ID, const driver_settings *settings, KPPPInterface *parent)
130 ERROR("KPPPInterface: Unable to load %s PPP driver settings!\n", path);
142 ERROR("KPPPInterface
[all...]
H A D_KPPPMRUHandler.h14 _KPPPMRUHandler(KPPPInterface& interface);
H A D_KPPPMRUHandler.cpp22 status_t ParseRequestedItem(mru_item *item, KPPPInterface& interface);
25 _KPPPMRUHandler::_KPPPMRUHandler(KPPPInterface& interface)
110 ParseRequestedItem(mru_item *item, KPPPInterface& interface)
H A D_KPPPAuthenticationHandler.h14 _KPPPAuthenticationHandler(KPPPInterface& interface);
H A D_KPPPPFCHandler.h15 KPPPInterface& interface);
H A DKPPPProtocol.cpp12 #include <KPPPInterface.h>
43 uint32 overhead, KPPPInterface& interface,
H A DKPPPUtils.cpp9 #include <KPPPInterface.h>
H A DKPPPLCPExtension.cpp26 KPPPInterface& interface, driver_parameter *settings)
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp39 static KPPPInterface* GetInterface(ppp_interface_id ID);
67 KPPPInterface* device = new (std::nothrow) KPPPInterface(NULL,
108 KPPPInterface* device = new (std::nothrow) KPPPInterface(name,
195 static KPPPInterface*
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.h29 PPPoEDevice(KPPPInterface& interface, driver_parameter *settings);

Completed in 111 milliseconds

12