Home
last modified time | relevance | path

Searched refs:recipientChannel (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lms/
H A DLMEConnection.h236 LMEChannelOpenReplaySuccessMessage(UINT32 recipientChannel = 0,
240 RecipientChannel(recipientChannel), in LMEMessage()
251 LMEChannelOpenReplayFailureMessage(UINT32 recipientChannel = 0,
254 RecipientChannel(recipientChannel), in LMEMessage()
263 LMEChannelCloseMessage(UINT32 recipientChannel = 0) :
265 RecipientChannel(recipientChannel) {} in LMEMessage()
272 LMEChannelDataMessage(UINT32 recipientChannel = 0,
276 RecipientChannel(recipientChannel), in LMEMessage()
302 LMEChannelWindowAdjustMessage(UINT32 recipientChannel = 0,
305 RecipientChannel(recipientChannel), in LMEMessage()
H A DLMEConnection.cpp355 bool LMEConnection::ChannelOpenReplaySuccess(UINT32 recipientChannel, in ChannelOpenReplaySuccess() argument
366 message.RecipientChannel = htonl(recipientChannel); in ChannelOpenReplaySuccess()
371 PRINT("Sending channel open replay success to LME. Recipient: %d.\n", recipientChannel); in ChannelOpenReplaySuccess()
377 bool LMEConnection::ChannelOpenReplayFailure(UINT32 recipientChannel, in ChannelOpenReplayFailure() argument
388 message.RecipientChannel = htonl(recipientChannel); in ChannelOpenReplayFailure()
393 …PRINT("Sending channel open replay failure to LME. Recipient: %d, Reason: %d.\n", recipientChannel in ChannelOpenReplayFailure()
399 bool LMEConnection::ChannelClose(UINT32 recipientChannel) in ChannelClose() argument
409 message.RecipientChannel = htonl(recipientChannel); in ChannelClose()
411 PRINT("Sending channel close to LME. Recipient: %d.\n", recipientChannel); in ChannelClose()
417 int LMEConnection::ChannelData(UINT32 recipientChannel, in ChannelData() argument
[all …]
H A DChannel.h65 …bool SetRecipientChannel(unsigned int recipientChannel) { _recipientChannel = recipientChannel; re… in SetRecipientChannel() argument