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

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

Completed in 63 milliseconds