Searched refs:_handshakingStatus (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DProtocol.h175 VERSION_HANDSHAKING _handshakingStatus; member in class:Protocol
H A DProtocol.cpp83 _handshakingStatus = NOT_INITIATED;
127 if (_handshakingStatus == NOT_INITIATED) {
133 _handshakingStatus = INITIATED;
247 _handshakingStatus = NOT_INITIATED;
749 if (_handshakingStatus != AGREED) {
767 if ((_handshakingStatus != AGREED) || (_pfwdService != STARTED)) {
1212 switch (_handshakingStatus) {
1229 _handshakingStatus = AGREED;

Completed in 972 milliseconds