Searched refs:PPP_CONNECTION_REPORT (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPReportDefs.h35 PPP_CONNECTION_REPORT = 17 enumerator in enum:ppp_report_type
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp163 if (!interface.EnableReports(PPP_CONNECTION_REPORT, fReportThread, PPP_NO_FLAGS))
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp138 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_UP_SUCCESSFUL,
234 Interface().Report(PPP_CONNECTION_REPORT,
295 Interface().Report(PPP_CONNECTION_REPORT,
533 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DEVICE_UP_FAILED,
669 Interface().Report(PPP_CONNECTION_REPORT,
684 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_CONNECTION_LOST,
700 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DOWN_SUCCESSFUL,
725 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_GOING_UP,
H A DKPPPInterface.cpp530 if (request->type == PPP_CONNECTION_REPORT) {
532 report.type = PPP_CONNECTION_REPORT;
1078 ReportManager().EnableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
1089 else if (report.type != PPP_CONNECTION_REPORT)
1099 ReportManager().DisableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
/haiku-fatelf/src/bin/network/ppp_up/
H A DConnectionView.cpp295 } else if(type == PPP_CONNECTION_REPORT)
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DDialUpView.cpp337 } else if(type == PPP_CONNECTION_REPORT)
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DDialUpView.cpp591 } else if(type == PPP_CONNECTION_REPORT) {

Completed in 104 milliseconds