Searched refs:otLogDebgPlat (Results 1 – 10 of 10) sorted by relevance
/openthread-3.6.0/examples/platforms/utils/ |
D | soft_source_match_table.c | 116 otLogDebgPlat("Add ShortAddr entry: %d", entry); in otPlatRadioAddSrcMatchShortEntry() 134 otLogDebgPlat("Clear ShortAddr entry: %d", entry); in otPlatRadioClearSrcMatchShortEntry() 148 otLogDebgPlat("Clear ShortAddr entries"); in otPlatRadioClearSrcMatchShortEntries() 228 otLogDebgPlat("Add ExtAddr entry: %d", entry); in otPlatRadioAddSrcMatchExtEntry() 246 otLogDebgPlat("Clear ExtAddr entry: %d", entry); in otPlatRadioClearSrcMatchExtEntry() 260 otLogDebgPlat("Clear ExtAddr entries"); in otPlatRadioClearSrcMatchExtEntries()
|
/openthread-3.6.0/src/posix/platform/ |
D | trel.cpp | 124 otLogDebgPlat("[trel] PrepareSocket()"); in PrepareSocket() 176 otLogDebgPlat("[trel] SendPacket() -- sendto() failed errno %d", errno); in SendPacket() 197 …otLogDebgPlat("[trel] SendPacket([%s]:%u) err:%s pkt:%s", Ip6AddrToString(&aDestSockAddr->mAddress… in SendPacket() 225 …otLogDebgPlat("[trel] ReceivePacket() - received from [%s]:%d, id:%d, pkt:%s", Ip6AddrToString(&so… in ReceivePacket() 260 otLogDebgPlat("[trel] SendQueuedPackets() - SendPacket() would block"); in SendQueuedPackets() 312 …otLogDebgPlat("[trel] EnqueuePacket([%s]:%u) - %s", Ip6AddrToString(&aDestSockAddr->mAddress), aDe… in EnqueuePacket() 521 otLogDebgPlat("[trel] platformTrelInit(aTrelUrl:\"%s\")", aTrelUrl != nullptr ? aTrelUrl : ""); in platformTrelInit() 548 otLogDebgPlat("[trel] platformTrelDeinit()"); in platformTrelDeinit()
|
D | spi_interface.cpp | 257 otLogDebgPlat("InitResetPin: charDev=%s, line=%" PRIu8, aCharDev, aLine); in InitResetPin() 271 otLogDebgPlat("InitIntPin: charDev=%s, line=%" PRIu8, aCharDev, aLine); in InitIntPin() 286 otLogDebgPlat("InitSpiDev: path=%s, mode=%" PRIu8 ", speed=%" PRIu32, aPath, aMode, aSpeed); in InitSpiDev() 474 …otLogDebgPlat("spi_transfer TX: H:%02X ACCEPT:%" PRIu16 " DATA:%" PRIu16, txFrame.GetHeaderFlagByt… in PushPullSpi() 476 …otLogDebgPlat("spi_transfer RX: H:%02X ACCEPT:%" PRIu16 " DATA:%" PRIu16, rxFrame.GetHeaderFlagByt… in PushPullSpi() 488 … otLogDebgPlat("Slave did not respond to frame. (Header was all 0x%02X)", slaveHeader); in PushPullSpi() 637 otLogDebgPlat("UpdateFdSet(): Interrupt."); in UpdateFdSet() 719 otLogDebgPlat("Process(): Interrupt."); in Process()
|
D | multicast_routing.cpp | 442 …otLogDebgPlat("MulticastRoutingManager: %s: SIOCGETSGCNT_IN6 %s => %s: bytecnt=%lu, pktcnt=%lu, wr… in UpdateMulticastRouteInfo() 456 … otLogDebgPlat("MulticastRoutingManager: %s: SIOCGETSGCNT_IN6 %s => %s failed: %s", __FUNCTION__, in UpdateMulticastRouteInfo() 486 otLogDebgPlat("MulticastRoutingManager: ==================== MFC ENTRIES ===================="); in DumpMulticastForwardingCache() 492 otLogDebgPlat("MulticastRoutingManager: %s %s => %s %s", MifIndexToString(mfc.mIif), in DumpMulticastForwardingCache() 498 otLogDebgPlat("MulticastRoutingManager: ====================================================="); in DumpMulticastForwardingCache()
|
D | daemon.cpp | 325 otLogDebgPlat("Removing daemon socket: %s", sockfile); in TearDown()
|
D | infra_if.cpp | 638 otLogDebgPlat("Failed to handle ICMPv6 message: %s", otThreadErrorToString(error)); in ReceiveIcmp6Message()
|
D | radio.cpp | 101 otLogDebgPlat("instance init:%p - iid = %d", (void *)&mRadioSpinel, iidList[0]); in Init()
|
D | netif.cpp | 1320 otLogDebgPlat("[netif] Unexpected address type (%d).", (int)rta->rta_type); in processNetifAddrEvent() 1674 …otLogDebgPlat("[netif] Ignoring netlink response attribute %d (request#%u)", rta->rta_type, reques… in HandleNetlinkResponse()
|
/openthread-3.6.0/include/openthread/ |
D | logging.h | 137 void otLogDebgPlat(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2);
|
/openthread-3.6.0/src/core/api/ |
D | logging_api.cpp | 115 void otLogDebgPlat(const char *aFormat, ...) in otLogDebgPlat() function
|