Home
last modified time | relevance | path

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

/openthread-3.6.0/examples/platforms/utils/
Dsoft_source_match_table.c116 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/
Dtrel.cpp124 otLogDebgPlat("[trel] PrepareSocket()"); in PrepareSocket()
176 otLogDebgPlat("[trel] SendPacket() -- sendto() failed errno %d", errno); in SendPacket()
197otLogDebgPlat("[trel] SendPacket([%s]:%u) err:%s pkt:%s", Ip6AddrToString(&aDestSockAddr->mAddress… in SendPacket()
225otLogDebgPlat("[trel] ReceivePacket() - received from [%s]:%d, id:%d, pkt:%s", Ip6AddrToString(&so… in ReceivePacket()
260 otLogDebgPlat("[trel] SendQueuedPackets() - SendPacket() would block"); in SendQueuedPackets()
312otLogDebgPlat("[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()
Dspi_interface.cpp257 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()
474otLogDebgPlat("spi_transfer TX: H:%02X ACCEPT:%" PRIu16 " DATA:%" PRIu16, txFrame.GetHeaderFlagByt… in PushPullSpi()
476otLogDebgPlat("spi_transfer RX: H:%02X ACCEPT:%" PRIu16 " DATA:%" PRIu16, rxFrame.GetHeaderFlagByt… in PushPullSpi()
488otLogDebgPlat("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()
Dmulticast_routing.cpp442otLogDebgPlat("MulticastRoutingManager: %s: SIOCGETSGCNT_IN6 %s => %s: bytecnt=%lu, pktcnt=%lu, wr… in UpdateMulticastRouteInfo()
456otLogDebgPlat("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()
Ddaemon.cpp325 otLogDebgPlat("Removing daemon socket: %s", sockfile); in TearDown()
Dinfra_if.cpp638 otLogDebgPlat("Failed to handle ICMPv6 message: %s", otThreadErrorToString(error)); in ReceiveIcmp6Message()
Dradio.cpp101 otLogDebgPlat("instance init:%p - iid = %d", (void *)&mRadioSpinel, iidList[0]); in Init()
Dnetif.cpp1320 otLogDebgPlat("[netif] Unexpected address type (%d).", (int)rta->rta_type); in processNetifAddrEvent()
1674otLogDebgPlat("[netif] Ignoring netlink response attribute %d (request#%u)", rta->rta_type, reques… in HandleNetlinkResponse()
/openthread-3.6.0/include/openthread/
Dlogging.h137 void otLogDebgPlat(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2);
/openthread-3.6.0/src/core/api/
Dlogging_api.cpp115 void otLogDebgPlat(const char *aFormat, ...) in otLogDebgPlat() function