Home
last modified time | relevance | path

Searched refs:PPP_REPORT_CONNECTION_LOST (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPReportDefs.h54 PPP_REPORT_CONNECTION_LOST = 6 enumerator
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp571 case PPP_REPORT_CONNECTION_LOST: { in UpdateStatus()
619 case PPP_REPORT_CONNECTION_LOST: in UpdateStatus()
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp352 case PPP_REPORT_CONNECTION_LOST: in UpdateStatus()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp712 fLastConnectionReportCode = PPP_REPORT_CONNECTION_LOST; in DownEvent()
713 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_CONNECTION_LOST, in DownEvent()