/openthread-latest/src/posix/platform/ |
D | netif.cpp | 301 static void LogWarn(const char *aFormat, ...) in LogWarn() function 498 … LogWarn("Failed to send request#%u to %s %s/%u", sNetlinkSequence, (aIsAdded ? "add" : "remove"), in UpdateUnicastLinux() 545 LogWarn("Failed to %s %s/%u: %s", (aIsAdded ? "add" : "remove"), in UpdateUnicast() 578 LogWarn("Ignoring %s failure (EINVAL) for MC LINKLOCAL address (%s)", in UpdateMulticast() 586 LogWarn("%s failure (%d)", aIsAdded ? "IPV6_JOIN_GROUP" : "IPV6_LEAVE_GROUP", errno); in UpdateMulticast() 630 LogWarn("Failed to update state %s", otThreadErrorToString(error)); in SetLinkState() 809 …LogWarn("Failed to delete an OMR route %s in kernel: %s", prefixString, otThreadErrorToString(erro… in UpdateOmrRoutes() 831 …LogWarn("Failed to add an OMR route %s in kernel: %s", prefixString, otThreadErrorToString(error)); in UpdateOmrRoutes() 903 …LogWarn("Failed to delete an external route %s in kernel: %s", prefixString, otThreadErrorToString… in UpdateExternalRoutes() 910 LogWarn("Successfully deleted an external route %s in kernel", prefixString); in UpdateExternalRoutes() [all …]
|
D | daemon.cpp | 102 VerifyOrExit(rval >= 0, LogWarn("Failed to format CLI output: %s", strerror(errno))); in OutputFormatV() 121 LogWarn("Failed to write CLI output: %s", strerror(errno)); in OutputFormatV() 165 LogWarn("Failed to initialize session socket: %s", strerror(errno)); in InitializeSessionSocket() 405 LogWarn("Daemon read: %s", strerror(errno)); in Process()
|
D | spi_interface.cpp | 465 … LogWarn("SPI ioctl failed with EINVAL. Try adding `--spi-cs-delay=0` to command line arguments."); in PushPullSpi() 496 LogWarn("Slave did not respond to frame. (Header was all 0x%02X)", slaveHeader); in PushPullSpi() 506 …LogWarn("Garbage in header : %02X %02X %02X %02X %02X", spiRxFrame[0], spiRxFrame[1], spiRxFrame[2… in PushPullSpi() 525 …LogWarn("Garbage in header : %02X %02X %02X %02X %02X", spiRxFrame[0], spiRxFrame[1], spiRxFrame[2… in PushPullSpi() 693 LogWarn("Slave seems stuck."); in UpdateFdSet() 811 LogWarn("%s: %s", aString, strerror(errno)); in LogError()
|
D | infra_if.cpp | 275 LogWarn("failed to send ICMPv6 message: %s", strerror(errno)); in SendIcmp6Nd() 281 LogWarn("failed to send ICMPv6 message: partially sent"); in SendIcmp6Nd() 336 LogWarn("failed to get netif addresses: %s", strerror(errno)); in CountAddresses() 436 LogWarn("Border Routing/Backbone Router feature is disabled: infra interface is missing"); in SetInfraNetif() 578 … LogWarn("netlink NLMSG_ERROR response: seq=%u, error=%d", header->nlmsg_seq, errMsg->error); in ReceiveNetLinkMessage() 625 LogWarn("Failed to receive ICMPv6 message: %s", strerror(errno)); in ReceiveIcmp6Message()
|
D | logger.hpp | 77 static void LogWarn(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogWarn() function in ot::Posix::Logger
|
D | trel.cpp | 89 static void LogWarn(const char *aFormat, ...) in LogWarn() function 354 VerifyOrExit(sFreeTxPacketHead != NULL, LogWarn("EnqueuePacket failed, queue is full")); in EnqueuePacket() 611 (void)LogWarn; in otSysTrelInit()
|
D | udp.cpp | 324 ot::Posix::Udp::LogWarn("No backbone interface given, %s fails.", __func__); in otPlatUdpBindToNetif() 384 … ot::Posix::Udp::LogWarn("Failed to read socket bound device: %s", strerror(errno)); in otPlatUdpConnect() 398 ot::Posix::Udp::LogWarn("Failed to bind to device: %s", strerror(errno)); in otPlatUdpConnect() 412 ot::Posix::Udp::LogWarn("Failed to connect to [%s]:%u: %s", in otPlatUdpConnect()
|
D | mdns_socket.cpp | 255 LogWarn("Multicast msg length %u is longer than max %u", length, kMaxMessageLength); in SendMulticast() 292 LogWarn("Unicast msg length %u is longer than max %u", length, kMaxMessageLength); in SendUnicast()
|
/openthread-latest/src/core/net/ |
D | nat64_translator.cpp | 126 LogWarn("outgoing datagram is not a valid IPv6 datagram, drop"); in TranslateFromIp6() 139 …LogWarn("failed to get a mapping for %s (mapping pool full?)", ip6Header.GetSource().ToString().As… in TranslateFromIp6() 212 LogWarn("incoming message is an IPv4 datagram but no IPv4 CIDR for NAT64 configured, drop"); in TranslateToIp6() 218 LogWarn("incoming message is an IPv4 datagram but no NAT64 prefix configured, drop"); in TranslateToIp6() 224 LogWarn("incoming message is neither IPv4 nor an IPv6 datagram, drop"); in TranslateToIp6() 232 LogWarn("no mapping found for the IPv4 address"); in TranslateToIp6() 276 LogWarn("failed to prepend IPv6 head to translated message"); in TranslateToIp6()
|
/openthread-latest/src/lib/spinel/ |
D | logger.hpp | 46 void LogWarn(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(2, 3);
|
D | spinel_driver.cpp | 259 LogWarn("Wait for response timeout"); in WaitResponse() 311 LogWarn("Error handling spinel frame: %s", otThreadErrorToString(error)); in HandleReceivedFrame()
|
D | radio_spinel.cpp | 421 LogWarn("Unexpected Spinel transaction message: %u", SPINEL_HEADER_GET_TID(header)); in HandleResponse() 591 LogWarn("RCP => %s", logString); in HandleValueIs() 796 LogWarn("radio tx timeout"); in ProcessRadioStateMachine() 1420 LogWarn("Wait for response timeout"); in WaitResponse() 1794 LogWarn("RadioSpinel enable: %s", otThreadErrorToString(error)); in Enable() 2056 LogWarn("RCP failure detected"); in RecoverFromRcpFailure() 2066 LogWarn("Trying to recover (%d/%d)", mRcpFailureCount, kMaxFailureCount); in RecoverFromRcpFailure() 2334 LogWarn("Failed to set region code \"%c%c\": %s", static_cast<char>(aRegionCode >> 8), in SetRadioRegion()
|
D | logger.cpp | 62 LogWarn("%s: %s", aText, otThreadErrorToString(aError)); in LogIfFail() 75 void Logger::LogWarn(const char *aFormat, ...) in LogWarn() function in ot::Spinel::Logger
|
/openthread-latest/src/core/common/ |
D | log.hpp | 120 #define LogWarn(...) Logger::LogAtLevel<kLogLevelWarn>(kLogModuleName, __VA_ARGS__) macro 122 #define LogWarn(...) macro
|
/openthread-latest/src/core/utils/ |
D | slaac_address.cpp | 335 LogWarn("Failed to add - already have max %u addresses", kNumSlaacAddresses); in AddAddressFor() 455 LogWarn("Failed to generate a non-reserved IID after %d attempts", kMaxIidCreationAttempts); in GenerateIid()
|
D | link_metrics_manager.cpp | 268 LogWarn("Metrics received are unexpected!"); in HandleEnhAckIe()
|
/openthread-latest/src/core/mac/ |
D | data_poll_sender.cpp | 113 LogWarn("Data poll tx requested while data polling was not enabled!"); in SendDataPoll() 118 LogWarn("Unexpected error %s requesting data poll", ErrorToString(error)); in SendDataPoll()
|
D | sub_mac_csl_receiver.cpp | 304 LogWarn("%s", logString.AsCString()); in LogReceived()
|
D | sub_mac.cpp | 250 LogWarn("RadioSleep() failed, error: %s", ErrorToString(error)); in Sleep() 277 LogWarn("RadioReceive() failed, error: %s", ErrorToString(error)); in Receive()
|
/openthread-latest/src/core/backbone_router/ |
D | backbone_tmf.cpp | 153 LogWarn("%s %s: %s", aText, aAddress.ToString().AsCString(), ErrorToString(aError)); in LogError()
|
/openthread-latest/src/core/thread/ |
D | mlr_manager.cpp | 322 LogWarn("MLR.req without active commissioner session for test."); in RegisterMulticastListeners() 706 …LogWarn("Receive MLR.rsp: result=%s, error=%s, status=%d, failedAddressNum=%d", ErrorToString(aRes… in LogMlrResponse() 711 LogWarn("MA failed: %s", address.ToString().AsCString()); in LogMlrResponse()
|
D | src_match_controller.cpp | 65 …LogWarn("DecrementMessageCount(child 0x%04x) called when already at zero count.", aChild.GetRloc16… in DecrementMessageCount()
|
D | child_supervision.cpp | 210 LogWarn("Supervision timeout. No frame from parent in %u sec", mTimeout); in HandleTimer()
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 642 … LogWarn("Failed to send RA on %s: %s", mInfraIf.ToString().AsCString(), ErrorToString(error)); in SendRouterAdvertisement() 1120 VerifyOrExit(newEntry != nullptr, LogWarn("Failed to allocate `PeerBr` entry")); in HandleNotifierEvents() 1178 …LogWarn("Received RA from too many routers, ignore RA from %s", aSrcAddress.ToString().AsCString()… in ProcessRouterAdvertMessage() 1280 LogWarn("Discovered too many prefixes, ignore default route from RA header"); in ProcessRaHeader() 1333 … LogWarn("Discovered too many prefixes, ignore on-link prefix %s", prefix.ToString().AsCString()); in ProcessPrefixInfoOption() 1395 … LogWarn("Discovered too many prefixes, ignore route prefix %s", prefix.ToString().AsCString()); in ProcessRouteInfoOption() 2423 … LogWarn("Failed to %s %s in Thread Network Data: %s", !mIsLocalAddedInNetData ? "add" : "update", in AddOrUpdateLocalInNetData() 2446 …LogWarn("Failed to remove %s from Thread Network Data: %s", LocalToString().AsCString(), ErrorToSt… in RemoveLocalFromNetData() 3210 …LogWarn("Too many deprecating on-mesh prefixes, removing %s", prefix.mPrefix.ToString().AsCString(… in AppendRios() 3276 …LogWarn("Too many on-mesh prefixes in net data, ignoring prefix %s", aPrefix.ToString().AsCString(… in Add() [all …]
|
/openthread-latest/src/core/meshcop/ |
D | border_agent.cpp | 231 LogWarn("Reset secure session"); in HandleTimeout() 487 …LogWarn("Commissioner request[%u] failed: %s", aForwardContext.GetMessageId(), ErrorToString(error… in HandleCoapResponse()
|