Searched refs:fLastConnectionReportCode (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp45 fLastConnectionReportCode(PPP_REPORT_DOWN_SUCCESSFUL),
143 fLastConnectionReportCode = PPP_REPORT_UP_SUCCESSFUL;
262 fLastConnectionReportCode = PPP_REPORT_AUTHENTICATION_REQUESTED;
323 fLastConnectionReportCode = PPP_REPORT_AUTHENTICATION_REQUESTED;
561 fLastConnectionReportCode = PPP_REPORT_DEVICE_UP_FAILED;
697 fLastConnectionReportCode = PPP_REPORT_AUTHENTICATION_FAILED;
712 fLastConnectionReportCode = PPP_REPORT_CONNECTION_LOST;
728 fLastConnectionReportCode = PPP_REPORT_DOWN_SUCCESSFUL;
753 fLastConnectionReportCode = PPP_REPORT_GOING_UP;
H A DKPPPInterface.cpp608 report.code = StateMachine().fLastConnectionReportCode;
839 report.code = StateMachine().fLastConnectionReportCode;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h168 int32 fLastConnectionReportCode; member in class:KPPPStateMachine

Completed in 103 milliseconds