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

/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1001 unsigned int Protocol::_getMinGlobalMsgLen(LMEGlobalRequestMessage *globalMessage) argument
1003 switch (globalMessage->RequestType) {
1019 void Protocol::_apfGlobalRequest(LMEGlobalRequestMessage *globalMessage, argument
1022 PRINT("Global Request type 0x%02x\n", globalMessage->RequestType);
1024 if (len < _getMinGlobalMsgLen(globalMessage)) {
1030 switch (globalMessage->RequestType) {
1032 _apfTcpForwardRequest((LMETcpForwardRequestMessage *)globalMessage, status);
1036 _apfTcpForwardCancel((LMETcpForwardCancelRequestMessage *)globalMessage);
1040 _aptSendUdp((LMEUdpSendToMessage *)globalMessage, status);

Completed in 47 milliseconds