Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A DLMEConnection.h300 struct LMEChannelWindowAdjustMessage : LMEMessage { struct
302 LMEChannelWindowAdjustMessage(UINT32 recipientChannel = 0,
H A DProtocol.cpp821 return sizeof(LMEChannelWindowAdjustMessage);
982 LMEChannelWindowAdjustMessage *channelWindowMessage = (LMEChannelWindowAdjustMessage *)message;
H A DLMEConnection.cpp719 LMEChannelWindowAdjustMessage channelWindowAdjust; in _doRX()