Symbol: PPP_CONNECTION_REPORT
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
1392
ReportManager().EnableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
1403
else if (report.type != PPP_CONNECTION_REPORT)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
1413
ReportManager().DisableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
605
if (request->type == PPP_CONNECTION_REPORT) {
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
607
report.type = PPP_CONNECTION_REPORT;
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
836
if (request->type == PPP_CONNECTION_REPORT) {
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
838
report.type = PPP_CONNECTION_REPORT;
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
144
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_UP_SUCCESSFUL,
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
263
Interface().Report(PPP_CONNECTION_REPORT,
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
324
Interface().Report(PPP_CONNECTION_REPORT,
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
562
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DEVICE_UP_FAILED,
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
698
Interface().Report(PPP_CONNECTION_REPORT,
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
713
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_CONNECTION_LOST,
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
729
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DOWN_SUCCESSFUL,
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
754
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_GOING_UP,
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp
163
if (!interface.EnableReports(PPP_CONNECTION_REPORT, fReportThread, PPP_NO_FLAGS))
src/add-ons/network_settings/dialup/DialUpView.cpp
514
} else if(type == PPP_CONNECTION_REPORT) {
src/bin/network/ppp_up/ConnectionView.cpp
295
} else if(type == PPP_CONNECTION_REPORT)