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 D | PPPReportDefs.h | 35 PPP_CONNECTION_REPORT = 17 enumerator
|
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/ |
H A D | KPPPStateMachine.cpp | 144 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 D | KPPPInterface.cpp | 605 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 D | PPPInterfaceListener.cpp | 163 if (!interface.EnableReports(PPP_CONNECTION_REPORT, fReportThread, PPP_NO_FLAGS)) in WatchInterface()
|
/haiku/src/bin/network/ppp_up/ |
H A D | ConnectionView.cpp | 295 } else if(type == PPP_CONNECTION_REPORT) in HandleReportMessage()
|
/haiku/src/add-ons/network_settings/dialup/ |
H A D | DialUpView.cpp | 514 } else if(type == PPP_CONNECTION_REPORT) { in HandleReportMessage()
|