Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A DLMEConnection.cpp719 LMEChannelWindowAdjustMessage channelWindowAdjust; in _doRX() local
721 channelWindowAdjust.RecipientChannel = ntohl(pMessage->RecipientChannel); in _doRX()
722 channelWindowAdjust.BytesToAdd = ntohl(pMessage->BytesToAdd); in _doRX()
723 _cb(_cbParam, &channelWindowAdjust, sizeof(channelWindowAdjust), &status); in _doRX()