Symbol: PPPInterfaceListener
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
122
PPPInterfaceListener::InitCheck() const
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
133
PPPInterfaceListener::SetTarget(BHandler *target)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
148
PPPInterfaceListener::WatchInterface(ppp_interface_id ID)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
175
PPPInterfaceListener::WatchManager()
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
186
PPPInterfaceListener::StopWatchingInterface()
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
201
PPPInterfaceListener::StopWatchingManager()
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
208
PPPInterfaceListener::Construct()
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
35
PPPInterfaceListener *listener = static_cast<PPPInterfaceListener*>(data);
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
79
PPPInterfaceListener::PPPInterfaceListener(BHandler *target)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
89
PPPInterfaceListener::PPPInterfaceListener(const PPPInterfaceListener& copy)
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
99
PPPInterfaceListener::~PPPInterfaceListener()
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterfaceListener.h
19
class PPPInterfaceListener {
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterfaceListener.h
21
PPPInterfaceListener(BHandler *target);
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterfaceListener.h
22
PPPInterfaceListener(const PPPInterfaceListener& copy);
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterfaceListener.h
23
~PPPInterfaceListener();
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterfaceListener.h
49
PPPInterfaceListener& operator= (const PPPInterfaceListener& copy)
src/add-ons/network_settings/dialup/DialUpView.h
64
PPPInterfaceListener fListener;
src/bin/network/ppp_up/ConnectionView.h
48
PPPInterfaceListener fListener;
src/servers/net/PPPServer.h
29
PPPInterfaceListener fListener;