Searched refs:ppp_report_type (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPReportManager.h28 void EnableReports(ppp_report_type type, thread_id thread,
30 void DisableReports(ppp_report_type type, thread_id thread);
31 bool DoesReport(ppp_report_type type, thread_id thread);
32 bool Report(ppp_report_type type, int32 code, void *data, int32 length);
H A DPPPReportDefs.h28 enum ppp_report_type { enum
70 ppp_report_type type;
H A DKPPPManager.h61 void (*EnableReports)(ppp_report_type type, thread_id thread,
63 void (*DisableReports)(ppp_report_type type, thread_id thread);
64 bool (*DoesReport)(ppp_report_type type, thread_id thread);
H A DKPPPInterface.h219 bool Report(ppp_report_type type, int32 code, void *data, int32 length)
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h52 bool EnableReports(ppp_report_type type, thread_id thread,
54 bool DisableReports(ppp_report_type type, thread_id thread) const;
H A DPPPManager.h51 bool EnableReports(ppp_report_type type, thread_id thread,
53 bool DisableReports(ppp_report_type type, thread_id thread) const;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp87 KPPPReportManager::EnableReports(ppp_report_type type, thread_id thread,
106 KPPPReportManager::DisableReports(ppp_report_type type, thread_id thread)
135 KPPPReportManager::DoesReport(ppp_report_type type, thread_id thread)
168 KPPPReportManager::Report(ppp_report_type type, int32 code, void *data, int32 length)
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp289 EnableReports(ppp_report_type type, thread_id thread, int32 flags)
298 DisableReports(ppp_report_type type, thread_id thread)
307 DoesReport(ppp_report_type type, thread_id thread)
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp454 PPPInterface::EnableReports(ppp_report_type type, thread_id thread,
475 PPPInterface::DisableReports(ppp_report_type type, thread_id thread) const
H A DPPPManager.cpp567 PPPManager::EnableReports(ppp_report_type type, thread_id thread,
587 PPPManager::DisableReports(ppp_report_type type, thread_id thread) const
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp362 ppp_report_type type = PPP_ALL_REPORTS;
394 ppp_report_type type = PPP_ALL_REPORTS;

Completed in 142 milliseconds