Symbol: PPPInterface
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
102
PPPInterface::SetTo(ppp_interface_id ID)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
144
PPPInterface::Control(uint32 op, void *data, size_t length) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
177
PPPInterface::SetUsername(const char *username) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
190
PPPInterface::SetPassword(const char *password) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
203
PPPInterface::SetAskBeforeConnecting(bool askBeforeConnecting) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
225
PPPInterface::GetSettingsEntry(BEntry *entry) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
243
PPPInterface::GetInterfaceInfo(ppp_interface_info_t *info) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
257
PPPInterface::ControlDevice(ppp_device_info_t *info) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
275
PPPInterface::ControlOptionHandler(ppp_simple_handler_info_t *info, uint32 handlerindex, uint32 handlerOP) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
293
PPPInterface::ControlChild(void *info, uint32 childindex, uint32 childOP) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
311
PPPInterface::ControlLCPExtension(ppp_simple_handler_info_t *info, uint32 LCPExtensionindex, uint32 LCPExtensionOP) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
329
PPPInterface::ControlProtocol(ppp_protocol_info_t *info, uint32 protocolindex, uint32 protocolOP) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
35
PPPInterface::PPPInterface(ppp_interface_id ID)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
353
PPPInterface::GetStatistics(ppp_statistics *statistics) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
365
PPPInterface::HasSettings(const driver_settings *settings) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
381
PPPInterface::Up() const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
414
PPPInterface::Down() const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
454
PPPInterface::EnableReports(ppp_report_type type, thread_id thread,
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
46
PPPInterface::PPPInterface(const PPPInterface& copy)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
475
PPPInterface::DisableReports(ppp_report_type type, thread_id thread) const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
58
PPPInterface::~PPPInterface()
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
76
PPPInterface::InitCheck() const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
159
PPPInterface interface(ID);
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
191
PPPInterface interface(fInterface);
src/add-ons/kernel/network/ppp/shared/libppp/PPPManager.cpp
420
PPPInterface interface;
src/add-ons/kernel/network/ppp/shared/libppp/PPPManager.cpp
456
PPPInterface interface;
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
15
class PPPInterface {
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
17
PPPInterface(ppp_interface_id ID = PPP_UNDEFINED_INTERFACE_ID);
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
18
PPPInterface(const PPPInterface& copy);
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
19
~PPPInterface();
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
57
PPPInterface& operator= (const PPPInterface& copy)
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
60
PPPInterface& operator= (ppp_interface_id ID)
src/add-ons/network_settings/dialup/DialUpView.cpp
425
PPPInterface interface;
src/add-ons/network_settings/dialup/DialUpView.cpp
504
PPPInterface interface(id);
src/add-ons/network_settings/dialup/DialUpView.cpp
640
PPPInterface interface(fWatching);
src/bin/network/ppp_up/ConnectionView.cpp
195
PPPInterface interface(PPPManager().CreateInterfaceWithName(
src/bin/network/ppp_up/ConnectionView.cpp
237
PPPInterface interface(fListener.Interface());
src/bin/network/ppp_up/ConnectionView.cpp
260
PPPInterface interface(fListener.Interface());
src/bin/network/ppp_up/ConnectionView.cpp
286
PPPInterface interface(id);
src/bin/network/ppp_up/ConnectionView.cpp
367
PPPInterface interface(fListener.Interface());
src/bin/network/ppp_up/PPPDeskbarReplicant.cpp
152
PPPInterface interface(fID);
src/bin/network/ppp_up/PPPStatusView.h
27
PPPInterface fInterface;
src/bin/network/pppconfig/pppconfig.cpp
133
PPPInterface interface(manager.CreateInterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
172
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
205
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
236
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
270
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
298
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
327
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
356
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
388
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
419
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
456
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
493
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
530
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
576
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
613
PPPInterface interface(manager.InterfaceWithName(name));
src/bin/network/pppconfig/pppconfig.cpp
64
PPPInterface interface;
src/bin/network/pppconfig/pppconfig.cpp
669
PPPInterface interface(ID);