Lines Matching refs:recipientChannel
355 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
433 message->RecipientChannel = htonl(recipientChannel); in ChannelData()
437 PRINT("Sending %d bytes to recipient channel %d.\n", len, recipientChannel); in ChannelData()
441 bool LMEConnection::ChannelWindowAdjust(UINT32 recipientChannel, UINT32 len) in ChannelWindowAdjust() argument
451 message.RecipientChannel = htonl(recipientChannel); in ChannelWindowAdjust()
454 PRINT("Sending Window Adjust with %d bytes to recipient channel %d.\n", len, recipientChannel); in ChannelWindowAdjust()