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

/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp70 _lme(true),
72 _lme(false),
99 _lme.Disconnect(APF_DISCONNECT_BY_APPLICATION);
118 if (!_lme.Init(_LmeCallback, this)) {
122 oldProtocolMode = (LMS_PROCOL_VERSION != _lme.protocolVer);
129 _lme.CompatProtocolVersion();
131 _lme.ProtocolVersion(MAX_PROT_VERSION);
143 _lme.Deinit();
148 long bufSize = _lme.GetHeciBufferSize() - sizeof(APF_CHANNEL_DATA_MESSAGE);
196 return _lme
[all...]
H A DProtocol.h144 LMEConnection _lme; member in class:Protocol

Completed in 61 milliseconds