Searched refs:fMaxRequest (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h93 int32 fMaxRequest; member in class:PAP
H A DProtocol.cpp88 fMaxRequest(3),
440 fRequestCounter = fMaxRequest;
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.h135 int32 fMaxRequest, fMaxTerminate, fMaxNak; member in class:IPCP
H A DProtocol.cpp86 fMaxRequest(10),
1335 fRequestCounter = fMaxRequest;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h175 int32 fMaxRequest, fMaxTerminate, fMaxNak; member in class:KPPPStateMachine
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp50 fMaxRequest(10),
1715 fRequestCounter = fMaxRequest;

Completed in 93 milliseconds