Home
last modified time | relevance | path

Searched refs:PPP_CONNECTION_REPORT (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPReportDefs.h35 PPP_CONNECTION_REPORT = 17 enumerator
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp144 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_UP_SUCCESSFUL, in NewPhase()
263 Interface().Report(PPP_CONNECTION_REPORT, in LocalAuthenticationRequested()
324 Interface().Report(PPP_CONNECTION_REPORT, in PeerAuthenticationRequested()
562 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DEVICE_UP_FAILED, in UpFailedEvent()
698 Interface().Report(PPP_CONNECTION_REPORT, in DownEvent()
713 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_CONNECTION_LOST, in DownEvent()
729 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DOWN_SUCCESSFUL, in DownEvent()
754 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_GOING_UP, in OpenEvent()
H A DKPPPInterface.cpp605 if (request->type == PPP_CONNECTION_REPORT) { in Control()
607 report.type = PPP_CONNECTION_REPORT; in Control()
836 if (request->type == PPP_CONNECTION_REPORT) { in Control()
838 report.type = PPP_CONNECTION_REPORT; in Control()
1392 ReportManager().EnableReports(PPP_CONNECTION_REPORT, find_thread(NULL)); in WaitForConnection()
1403 else if (report.type != PPP_CONNECTION_REPORT) in WaitForConnection()
1413 ReportManager().DisableReports(PPP_CONNECTION_REPORT, find_thread(NULL)); in WaitForConnection()
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp163 if (!interface.EnableReports(PPP_CONNECTION_REPORT, fReportThread, PPP_NO_FLAGS)) in WatchInterface()
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp295 } else if(type == PPP_CONNECTION_REPORT) in HandleReportMessage()
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp514 } else if(type == PPP_CONNECTION_REPORT) { in HandleReportMessage()