Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtravis-log-failure.sh26 for LOG in $( ls tests/$PATTERN 2>/dev/null ); do
28 echo "****** BEGIN file: $LOG ******"
30 tail -c $MAX_LOG_SIZE $LOG
31 echo "****** END file: $LOG ******"
33 rm $LOG
/openthread-latest/examples/platforms/simulation/
Dinfra_if.c44 #define LOG(...) otLogNotePlat("[infra-if] "__VA_ARGS__) macro
46 #define LOG(...) \ macro
157 LOG("Received NS, responding with NA"); in processMessage()
162 LOG("Received msg, len:%u", aMessage->mDataLength); in processMessage()
203 LOG("otPlatInfraIfSendIcmp6Nd() msg-len:%u", aBufferLength); in otPlatInfraIfSendIcmp6Nd()