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

/illumos-gate/usr/src/cmd/lms/
H A DChannel.h63 unsigned int GetRecipientChannel() const { return _recipientChannel; } function in class:Channel
H A DProtocol.cpp622 _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());
1267 _lme.ChannelOpenReplaySuccess(c->GetRecipientChannel(), c->GetSenderChannel());
1316 _lme.ChannelClose(c->GetRecipientChannel());
1373 _lme.ChannelWindowAdjust(it->second->GetRecipientChannel(), chDMsg->DataLength);

Completed in 1541 milliseconds