Searched refs:PPPInterfaceListener (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h16 //!< The what field of PPPInterfaceListener report messages.
19 class PPPInterfaceListener { class
21 PPPInterfaceListener(BHandler *target);
22 PPPInterfaceListener(const PPPInterfaceListener& copy);
23 ~PPPInterfaceListener();
49 PPPInterfaceListener& operator= (const PPPInterfaceListener& copy)
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp6 /*! \class PPPInterfaceListener
9 PPPInterfaceListener converts all kernel report messages from the PPP stack
17 #include "PPPInterfaceListener.h"
35 PPPInterfaceListener *listener = static_cast<PPPInterfaceListener*>(data);
79 PPPInterfaceListener::PPPInterfaceListener(BHandler *target) function in class:PPPInterfaceListener
89 PPPInterfaceListener::PPPInterfaceListener(const PPPInterfaceListener function in class:PPPInterfaceListener
[all...]
/haiku/src/servers/net/
H A DPPPServer.h10 #include <PPPInterfaceListener.h>
29 PPPInterfaceListener fListener;
/haiku/src/bin/network/ppp_up/
H A DPPPUpApplication.h11 #include <PPPInterfaceListener.h>
H A DConnectionView.h13 #include <PPPInterfaceListener.h>
48 PPPInterfaceListener fListener;
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h12 #include <PPPInterfaceListener.h>
64 PPPInterfaceListener fListener;

Completed in 43 milliseconds