Home
last modified time | relevance | path

Searched refs:otLogDebgPlat (Results 1 – 10 of 10) sorted by relevance

/openthread-2.7.6/src/posix/platform/
Dtrel_udp6.cpp191 otLogDebgPlat("[trel] AddUnicastAddress(%s)", Ip6AddrToString(aUnicastAddress)); in AddUnicastAddress()
197 otLogDebgPlat("[trel] RemoveUnicastAddress(%s)", Ip6AddrToString(aUnicastAddress)); in RemoveUnicastAddress()
214 otLogDebgPlat("[trel] AddUnicastAddress(%s)", Ip6AddrToString(aUnicastAddress)); in AddUnicastAddress()
246 otLogDebgPlat("[trel] RemoveUnicastAddress(%s)", Ip6AddrToString(aUnicastAddress)); in RemoveUnicastAddress()
271 otLogDebgPlat("[trel] PrepareSocket()"); in PrepareSocket()
357 otLogDebgPlat("[trel] SendPacket() -- sendto() failed errno %d", errno); in SendPacket()
373otLogDebgPlat("[trel] SendPacket(%s) err:%s pkt:%s", Ip6AddrToString(aDestAddress), otThreadErrorT… in SendPacket()
398 otLogDebgPlat("[trel] ReceivePacket() - received from %s port:%d, id:%d, pkt:%s", in ReceivePacket()
432 otLogDebgPlat("[trel] SendQueuedPackets() - SendPacket() would block"); in SendQueuedPackets()
485otLogDebgPlat("[trel] EnqueuePacket(%s) - %s", Ip6AddrToString(aDestAddress), BufferToString(aBuff… in EnqueuePacket()
[all …]
Dspi_interface.cpp286 otLogDebgPlat("InitResetPin: charDev=%s, line=%" PRIu8, aCharDev, aLine); in InitResetPin()
300 otLogDebgPlat("InitIntPin: charDev=%s, line=%" PRIu8, aCharDev, aLine); in InitIntPin()
315 otLogDebgPlat("InitSpiDev: path=%s, mode=%" PRIu8 ", speed=%" PRIu32, aPath, aMode, aSpeed); in InitSpiDev()
510otLogDebgPlat("spi_transfer TX: H:%02X ACCEPT:%" PRIu16 " DATA:%" PRIu16, txFrame.GetHeaderFlagByt… in PushPullSpi()
512otLogDebgPlat("spi_transfer RX: H:%02X ACCEPT:%" PRIu16 " DATA:%" PRIu16, rxFrame.GetHeaderFlagByt… in PushPullSpi()
524otLogDebgPlat("Slave did not respond to frame. (Header was all 0x%02X)", slaveHeader); in PushPullSpi()
669 otLogDebgPlat("UpdateFdSet(): Interrupt."); in UpdateFdSet()
747 otLogDebgPlat("Process(): Interrupt."); in Process()
Dmulticast_routing.cpp403otLogDebgPlat("MulticastRoutingManager: %s: SIOCGETSGCNT_IN6 %s => %s: bytecnt=%lu, pktcnt=%lu, wr… in UpdateMulticastRouteInfo()
447 otLogDebgPlat("MulticastRoutingManager: ==================== MFC ENTRIES ===================="); in DumpMulticastForwardingCache()
453 otLogDebgPlat("MulticastRoutingManager: %s %s => %s %s", MifIndexToString(mfc.mIif), in DumpMulticastForwardingCache()
459 otLogDebgPlat("MulticastRoutingManager: ====================================================="); in DumpMulticastForwardingCache()
Ddaemon.cpp241 otLogDebgPlat("Removing daemon socket: %s", sockfile); in TearDown()
Dinfra_if.cpp472 otLogDebgPlat("failed to handle ICMPv6 message: %s", otThreadErrorToString(error)); in ReceiveIcmp6Message()
Dnetif.cpp1425 otLogDebgPlat("[netif] Subscribed multicast address %s", addressString);
1438 otLogDebgPlat("[netif] Unsubscribed multicast address %s", addressString);
/openthread-2.7.6/examples/platforms/utils/
Dsoft_source_match_table.c118 otLogDebgPlat("Add ShortAddr entry: %d", entry); in otPlatRadioAddSrcMatchShortEntry()
136 otLogDebgPlat("Clear ShortAddr entry: %d", entry); in otPlatRadioClearSrcMatchShortEntry()
150 otLogDebgPlat("Clear ShortAddr entries", NULL); in otPlatRadioClearSrcMatchShortEntries()
230 otLogDebgPlat("Add ExtAddr entry: %d", entry); in otPlatRadioAddSrcMatchExtEntry()
248 otLogDebgPlat("Clear ExtAddr entry: %d", entry); in otPlatRadioClearSrcMatchExtEntry()
262 otLogDebgPlat("Clear ExtAddr entries", NULL); in otPlatRadioClearSrcMatchExtEntries()
/openthread-2.7.6/examples/platforms/cc2538/
Dradio.c445 otLogDebgPlat("State=OT_RADIO_STATE_SLEEP", NULL); in otPlatRadioEnable()
456 otLogDebgPlat("State=OT_RADIO_STATE_DISABLED", NULL); in otPlatRadioDisable()
471 otLogDebgPlat("State=OT_RADIO_STATE_SLEEP", NULL); in otPlatRadioSleep()
488 otLogDebgPlat("State=OT_RADIO_STATE_RECEIVE", NULL); in otPlatRadioReceive()
609 otLogDebgPlat("Transmitted %d bytes", aFrame->mLength); in otPlatRadioTransmit()
760 otLogDebgPlat("Dropping %d received bytes (Invalid CRC)", length); in readFrame()
789 otLogDebgPlat("Dropping %d received bytes (Invalid CRC)", sDroppedFrameLength); in cc2538RadioProcess()
811 otLogDebgPlat("Received %d bytes", sReceiveFrame.mLength); in cc2538RadioProcess()
823 otLogDebgPlat("Transmit failed ErrorCode=%d", sTransmitError); in cc2538RadioProcess()
992 otLogDebgPlat("Short enable status: 0x%x", shortEnableStatus); in findSrcMatchAvailEntry()
[all …]
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel_impl.hpp888 otLogDebgPlat("RCP => %s", logStream); in HandleValueIs()
926 otLogDebgPlat("RCP => %s", logString); in HandleValueIs()
1647 otLogDebgPlat("Wait response: tid=%u key=%u", mWaitingTid, mWaitingKey); in WaitResponse()
2148 otLogDebgPlat("Trying to get RCP time offset"); in CalcRcpTimeOffset()
/openthread-2.7.6/src/core/common/
Dlogging.hpp1543 #define otLogDebgPlat(...) otLogDebg(OT_LOG_REGION_PLATFORM, _OT_REGION_PLATFORM_PREFIX, __VA_ARGS_… macro
1549 #define otLogDebgPlat(...)