Searched defs:chDMsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1336 PortForwardRequest *Protocol::_apfChannelData(LMEChannelDataMessage *chDMsg, int *status) argument
1343 ChannelMap::iterator it = _openChannels.find(chDMsg->RecipientChannel);
1353 if (it->second->GetRxWindow() < chDMsg->DataLength) {
1358 int count = _send(it->second->GetSocket(), (char *)chDMsg->Data,
1359 chDMsg->DataLength, senderr);
1361 count, chDMsg->DataLength, chDMsg->RecipientChannel,
1373 _lme.ChannelWindowAdjust(it->second->GetRecipientChannel(), chDMsg->DataLength);

Completed in 48 milliseconds