Searched refs:EnableReports (Results 1 - 11 of 11) sorted by last modified time

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp614 ReportManager().EnableReports(request->type, request->thread,
845 ReportManager().EnableReports(request->type, request->thread,
1392 ReportManager().EnableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
H A DKPPPReportManager.cpp87 KPPPReportManager::EnableReports(ppp_report_type type, thread_id thread, function in class:KPPPReportManager
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPManager.h61 void (*EnableReports)(ppp_report_type type, thread_id thread, member in struct:ppp_interface_module_info
H A DKPPPReportManager.h28 void EnableReports(ppp_report_type type, thread_id thread,
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp289 EnableReports(ppp_report_type type, thread_id thread, int32 flags) function
366 EnableReports,
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp366 if (interface.EnableReports(type, thread, flags) != true) {
367 fprintf(stderr, "Error: Could not EnableReports: %s!\n", name);
398 fprintf(stderr, "Error: Could not EnableReports: %s!\n", name);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp567 PPPManager::EnableReports(ppp_report_type type, thread_id thread, function in class:PPPManager
H A DPPPInterface.cpp454 PPPInterface::EnableReports(ppp_report_type type, thread_id thread, function in class:PPPInterface
457 printf("PPPInterface::EnableReports\n");
H A DPPPInterfaceListener.cpp163 if (!interface.EnableReports(PPP_CONNECTION_REPORT, fReportThread, PPP_NO_FLAGS))
177 Manager().EnableReports(PPP_MANAGER_REPORT, fReportThread, PPP_NO_FLAGS);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h52 bool EnableReports(ppp_report_type type, thread_id thread,
H A DPPPManager.h51 bool EnableReports(ppp_report_type type, thread_id thread,

Completed in 51 milliseconds