Searched defs:recipientChannel (Results 1 - 2 of 2) 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.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 58 milliseconds