Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A DChannel.h63 unsigned int GetRecipientChannel() const { return _recipientChannel; } in GetRecipientChannel() function
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);