Searched refs:PPPInterface (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h15 class PPPInterface { class
17 PPPInterface(ppp_interface_id ID = PPP_UNDEFINED_INTERFACE_ID);
18 PPPInterface(const PPPInterface& copy);
19 ~PPPInterface();
57 PPPInterface& operator= (const PPPInterface& copy)
60 PPPInterface& operator= (ppp_interface_id ID)
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.h10 #include <PPPInterface.h>
27 PPPInterface fInterface;
H A DConnectionView.cpp21 #include <PPPInterface.h>
195 PPPInterface interface(PPPManager().CreateInterfaceWithName(
237 PPPInterface interface(fListener.Interface());
260 PPPInterface interface(fListener.Interface());
286 PPPInterface interface(id);
367 PPPInterface interface(fListener.Interface());
H A DPPPDeskbarReplicant.cpp10 #include <PPPInterface.h>
152 PPPInterface interface(fID);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp6 /*! \class PPPInterface
13 #include "PPPInterface.h"
35 PPPInterface::PPPInterface(ppp_interface_id ID) function in class:PPPInterface
46 PPPInterface::PPPInterface(const PPPInterface& copy) function in class:PPPInterface
58 PPPInterface::~PPPInterface()
68 You should always call this method after you constructed a PPPInterface objec
[all...]
H A DPPPInterfaceListener.cpp19 #include "PPPInterface.h"
159 PPPInterface interface(ID);
191 PPPInterface interface(fInterface);
H A DPPPManager.cpp14 #include "PPPInterface.h"
420 PPPInterface interface;
456 PPPInterface interface;
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp14 #include <PPPInterface.h>
64 PPPInterface interface;
133 PPPInterface interface(manager.CreateInterfaceWithName(name));
172 PPPInterface interface(manager.InterfaceWithName(name));
205 PPPInterface interface(manager.InterfaceWithName(name));
236 PPPInterface interface(manager.InterfaceWithName(name));
270 PPPInterface interface(manager.InterfaceWithName(name));
298 PPPInterface interface(manager.InterfaceWithName(name));
327 PPPInterface interface(manager.InterfaceWithName(name));
356 PPPInterface interfac
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp22 #include <PPPInterface.h>
425 PPPInterface interface;
504 PPPInterface interface(id);
640 PPPInterface interface(fWatching);

Completed in 96 milliseconds