Home
last modified time | relevance | path

Searched refs:PPPInterface (Results 1 – 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp35 PPPInterface::PPPInterface(ppp_interface_id ID) in PPPInterface() function in PPPInterface
46 PPPInterface::PPPInterface(const PPPInterface& copy) in PPPInterface() function in PPPInterface
58 PPPInterface::~PPPInterface() in ~PPPInterface()
76 PPPInterface::InitCheck() const in InitCheck()
102 PPPInterface::SetTo(ppp_interface_id ID) in SetTo()
144 PPPInterface::Control(uint32 op, void *data, size_t length) const in Control()
177 PPPInterface::SetUsername(const char *username) const in SetUsername()
190 PPPInterface::SetPassword(const char *password) const in SetPassword()
203 PPPInterface::SetAskBeforeConnecting(bool askBeforeConnecting) const in SetAskBeforeConnecting()
225 PPPInterface::GetSettingsEntry(BEntry *entry) const in GetSettingsEntry()
[all …]
H A DPPPInterfaceListener.cpp159 PPPInterface interface(ID); in WatchInterface()
191 PPPInterface interface(fInterface); in StopWatchingInterface()
H A DJamfile16 PPPInterface.cpp
H A DPPPManager.cpp420 PPPInterface interface; in InterfaceWithUnit()
456 PPPInterface interface; in InterfaceWithName()
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h15 class PPPInterface {
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/pppconfig/
H A Dpppconfig.cpp64 PPPInterface interface; in show()
133 PPPInterface interface(manager.CreateInterfaceWithName(name)); in create()
172 PPPInterface interface(manager.InterfaceWithName(name)); in connect()
205 PPPInterface interface(manager.InterfaceWithName(name)); in setuser()
236 PPPInterface interface(manager.InterfaceWithName(name)); in setpass()
270 PPPInterface interface(manager.InterfaceWithName(name)); in setaskbeforeconnect()
298 PPPInterface interface(manager.InterfaceWithName(name)); in getstatistics()
327 PPPInterface interface(manager.InterfaceWithName(name)); in hassettings()
356 PPPInterface interface(manager.InterfaceWithName(name)); in enablereports()
388 PPPInterface interface(manager.InterfaceWithName(name)); in disablereports()
[all …]
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp195 PPPInterface interface(PPPManager().CreateInterfaceWithName( in Connect()
237 PPPInterface interface(fListener.Interface()); in Cancel()
260 PPPInterface interface(fListener.Interface()); in AttemptString()
286 PPPInterface interface(id); in HandleReportMessage()
367 PPPInterface interface(fListener.Interface()); in WatchInterface()
H A DPPPStatusView.h27 PPPInterface fInterface;
H A DPPPDeskbarReplicant.cpp152 PPPInterface interface(fID); in Init()
/haiku/docs/user/ppp/
H A DUserlandPPPIntro.dox5 - PPPInterface
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp425 PPPInterface interface; in UpDownThread()
504 PPPInterface interface(id); in HandleReportMessage()
640 PPPInterface interface(fWatching); in WatchInterface()