Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A DLMEConnection.h367 bool _checkMinMsgSize(unsigned char *buf, unsigned int bytesRead);
H A DLMEConnection.cpp515 bool LMEConnection::_checkMinMsgSize(unsigned char *buf, unsigned int bytesRead) in _checkMinMsgSize() function in LMEConnection
620 if (!_checkMinMsgSize(rxBuffer, bytesRead)) { in _doRX()