Searched refs:pMessage (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp643 APF_SERVICE_REQUEST_MESSAGE *pMessage = local
648 (char *)(pMessage->ServiceName),
649 ntohl(pMessage->ServiceNameLength));
669 APF_CHANNEL_OPEN_CONFIRMATION_MESSAGE *pMessage = local
673 channelOpenReply.RecipientChannel = ntohl(pMessage->RecipientChannel);
674 channelOpenReply.SenderChannel = ntohl(pMessage->SenderChannel);
675 channelOpenReply.InitialWindow = ntohl(pMessage->InitialWindowSize);
682 APF_CHANNEL_OPEN_FAILURE_MESSAGE *pMessage = local
686 channelOpenReply.RecipientChannel = ntohl(pMessage->RecipientChannel);
688 (OPEN_FAILURE_REASON)(ntohl(pMessage
695 APF_CHANNEL_CLOSE_MESSAGE *pMessage = local
706 APF_CHANNEL_DATA_MESSAGE *pMessage = local
717 APF_WINDOW_ADJUST_MESSAGE *pMessage = local
729 APF_PROTOCOL_VERSION_MESSAGE *pMessage = local
[all...]

Completed in 56 milliseconds