Home
last modified time | relevance | path

Searched refs:PPP_MANAGER_REPORT (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp59 && ((report.type == PPP_MANAGER_REPORT in report_thread()
177 Manager().EnableReports(PPP_MANAGER_REPORT, fReportThread, PPP_NO_FLAGS); in WatchManager()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPReportDefs.h31 PPP_MANAGER_REPORT = 1, enumerator
/haiku/src/servers/net/
H A DPPPServer.cpp71 if (type == PPP_MANAGER_REPORT && code == PPP_REPORT_INTERFACE_CREATED) in HandleReportMessage()
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp285 if(type == PPP_MANAGER_REPORT && code == PPP_REPORT_INTERFACE_CREATED) { in HandleReportMessage()
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp503 if(type == PPP_MANAGER_REPORT && code == PPP_REPORT_INTERFACE_CREATED) { in HandleReportMessage()