Searched refs:DisableReports (Results 1 - 11 of 11) sorted by path

/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp298 DisableReports(ppp_report_type type, thread_id thread) function
367 DisableReports,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp106 KPPPReportManager::DisableReports(ppp_report_type type, thread_id thread) function in class:KPPPReportManager
H A DKPPPInterface.cpp630 ReportManager().DisableReports(request->type, request->thread);
856 ReportManager().DisableReports(request->type, request->thread);
1413 ReportManager().DisableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPManager.h63 void (*DisableReports)(ppp_report_type type, thread_id thread); member in struct:ppp_interface_module_info
H A DKPPPReportManager.h30 void DisableReports(ppp_report_type type, thread_id thread);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp475 PPPInterface::DisableReports(ppp_report_type type, thread_id thread) const function in class:PPPInterface
477 printf("PPPInterface::DisableReports\n");
H A DPPPInterfaceListener.cpp192 interface.DisableReports(PPP_ALL_REPORTS, fReportThread);
203 Manager().DisableReports(PPP_ALL_REPORTS, fReportThread);
H A DPPPManager.cpp587 PPPManager::DisableReports(ppp_report_type type, thread_id thread) const function in class:PPPManager
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h54 bool DisableReports(ppp_report_type type, thread_id thread) const;
H A DPPPManager.h53 bool DisableReports(ppp_report_type type, thread_id thread) const;
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp397 if (interface.DisableReports(type, thread) != true) {

Completed in 187 milliseconds