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

/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPReportManager.h25 void EnableReports(ppp_report_type type, thread_id thread,
27 void DisableReports(ppp_report_type type, thread_id thread);
28 bool DoesReport(ppp_report_type type, thread_id thread);
29 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.h60 void (*EnableReports)(ppp_report_type type, thread_id thread,
62 void (*DisableReports)(ppp_report_type type, thread_id thread);
63 bool (*DoesReport)(ppp_report_type type, thread_id thread);
H A DKPPPInterface.h211 bool Report(ppp_report_type type, int32 code, void *data, int32 length)
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h46 bool EnableReports(ppp_report_type type, thread_id thread,
48 bool DisableReports(ppp_report_type type, thread_id thread) const;
H A DPPPManager.h49 bool EnableReports(ppp_report_type type, thread_id thread,
51 bool DisableReports(ppp_report_type type, thread_id thread) const;
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp85 KPPPReportManager::EnableReports(ppp_report_type type, thread_id thread,
104 KPPPReportManager::DisableReports(ppp_report_type type, thread_id thread)
133 KPPPReportManager::DoesReport(ppp_report_type type, thread_id thread)
166 KPPPReportManager::Report(ppp_report_type type, int32 code, void *data, int32 length)
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp292 PPPInterface::EnableReports(ppp_report_type type, thread_id thread,
312 PPPInterface::DisableReports(ppp_report_type type, thread_id thread) const
H A DPPPManager.cpp394 PPPManager::EnableReports(ppp_report_type type, thread_id thread,
414 PPPManager::DisableReports(ppp_report_type type, thread_id thread) const

Completed in 93 milliseconds