Searched refs:fConnectionPhase (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPDevice.h67 { return fConnectionPhase == PPP_ESTABLISHED_PHASE; }
70 { return fConnectionPhase == PPP_DOWN_PHASE; }
73 { return fConnectionPhase == PPP_ESTABLISHMENT_PHASE; }
76 { return fConnectionPhase == PPP_TERMINATION_PHASE; }
126 ppp_phase fConnectionPhase; member in class:KPPPDevice
H A DKPPPProtocol.h94 { return fConnectionPhase == PPP_ESTABLISHED_PHASE; }
97 { return fConnectionPhase == PPP_DOWN_PHASE; }
100 { return fConnectionPhase == PPP_ESTABLISHMENT_PHASE; }
103 { return fConnectionPhase == PPP_TERMINATION_PHASE; }
143 ppp_phase fConnectionPhase; member in class:KPPPProtocol
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp34 fConnectionPhase(PPP_DOWN_PHASE)
114 fConnectionPhase = PPP_ESTABLISHMENT_PHASE;
131 fConnectionPhase = PPP_TERMINATION_PHASE;
141 fConnectionPhase = PPP_DOWN_PHASE;
151 fConnectionPhase = PPP_ESTABLISHED_PHASE;
161 fConnectionPhase = PPP_DOWN_PHASE;
H A DKPPPProtocol.cpp58 fConnectionPhase(PPP_DOWN_PHASE)
121 info->connectionPhase = fConnectionPhase;
189 fConnectionPhase = PPP_ESTABLISHMENT_PHASE;
200 fConnectionPhase = PPP_TERMINATION_PHASE;
211 fConnectionPhase = PPP_DOWN_PHASE;
223 fConnectionPhase = PPP_ESTABLISHED_PHASE;
235 fConnectionPhase = PPP_DOWN_PHASE;

Completed in 95 milliseconds