Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A DProtocol.h103 unsigned int _getMinGlobalMsgLen(LMEGlobalRequestMessage *globalMessage);
106 void _apfGlobalRequest(LMEGlobalRequestMessage *globalMessage, unsigned int len, int *status);
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);