Lines Matching refs:_lme
70 _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.IsInitialized();
237 _lme.Deinit();
443 bool oret = _lme.CompatOpenConnection(port, addr, connId);
467 _lme.ChannelOpenForwardedRequest((UINT32)s_new,
622 _lme.CompatSendMessage((UINT8)c->GetRecipientChannel(), res, (unsigned char *)_rxSocketBuffer);
624 _lme.ChannelData(c->GetRecipientChannel(), res, (unsigned char *)_rxSocketBuffer);
683 _lme.CompatCloseConnection(c->GetRecipientChannel(),
687 _lme.ChannelClose(c->GetRecipientChannel());
750 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
768 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
783 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
839 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
848 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
893 _lme.ServiceAccept(sRMsg->ServiceName);
903 _lme.Disconnect(APF_DISCONNECT_SERVICE_NOT_AVAILABLE);
913 _lme.UserAuthSuccess();
995 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
1025 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
1044 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
1081 _lme.TcpForwardReplyFailure();
1103 _lme.TcpForwardReplyFailure();
1121 _lme.TcpForwardReplySuccess(tcpFwdReqMsg->Port);
1136 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_ERROR);
1162 _lme.TcpForwardCancelReplyFailure();
1181 _lme.TcpForwardCancelReplySuccess();
1185 _lme.TcpForwardCancelReplyFailure();
1215 _lme.ProtocolVersion(MAX_PROT_VERSION);
1220 _lme.Disconnect(APF_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED);
1233 _lme.Disconnect(APF_DISCONNECT_BY_APPLICATION);
1267 _lme.ChannelOpenReplaySuccess(c->GetRecipientChannel(), c->GetSenderChannel());
1316 _lme.ChannelClose(c->GetRecipientChannel());
1373 _lme.ChannelWindowAdjust(it->second->GetRecipientChannel(), chDMsg->DataLength);