Home
last modified time | relevance | path

Searched refs:LogWarn (Results 1 – 25 of 43) sorted by relevance

12

/openthread-latest/src/posix/platform/
Dnetif.cpp301 static void LogWarn(const char *aFormat, ...) in LogWarn() function
498LogWarn("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()
809LogWarn("Failed to delete an OMR route %s in kernel: %s", prefixString, otThreadErrorToString(erro… in UpdateOmrRoutes()
831LogWarn("Failed to add an OMR route %s in kernel: %s", prefixString, otThreadErrorToString(error)); in UpdateOmrRoutes()
903LogWarn("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 …]
Ddaemon.cpp102 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()
Dspi_interface.cpp465LogWarn("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()
506LogWarn("Garbage in header : %02X %02X %02X %02X %02X", spiRxFrame[0], spiRxFrame[1], spiRxFrame[2… in PushPullSpi()
525LogWarn("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()
Dinfra_if.cpp275 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()
578LogWarn("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()
Dlogger.hpp77 static void LogWarn(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogWarn() function in ot::Posix::Logger
Dtrel.cpp89 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()
Dudp.cpp324 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()
Dmdns_socket.cpp255 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/
Dnat64_translator.cpp126 LogWarn("outgoing datagram is not a valid IPv6 datagram, drop"); in TranslateFromIp6()
139LogWarn("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/
Dlogger.hpp46 void LogWarn(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(2, 3);
Dspinel_driver.cpp259 LogWarn("Wait for response timeout"); in WaitResponse()
311 LogWarn("Error handling spinel frame: %s", otThreadErrorToString(error)); in HandleReceivedFrame()
Dradio_spinel.cpp421 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()
Dlogger.cpp62 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/
Dlog.hpp120 #define LogWarn(...) Logger::LogAtLevel<kLogLevelWarn>(kLogModuleName, __VA_ARGS__) macro
122 #define LogWarn(...) macro
/openthread-latest/src/core/utils/
Dslaac_address.cpp335 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()
Dlink_metrics_manager.cpp268 LogWarn("Metrics received are unexpected!"); in HandleEnhAckIe()
/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp113 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()
Dsub_mac_csl_receiver.cpp304 LogWarn("%s", logString.AsCString()); in LogReceived()
Dsub_mac.cpp250 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/
Dbackbone_tmf.cpp153 LogWarn("%s %s: %s", aText, aAddress.ToString().AsCString(), ErrorToString(aError)); in LogError()
/openthread-latest/src/core/thread/
Dmlr_manager.cpp322 LogWarn("MLR.req without active commissioner session for test."); in RegisterMulticastListeners()
706LogWarn("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()
Dsrc_match_controller.cpp65LogWarn("DecrementMessageCount(child 0x%04x) called when already at zero count.", aChild.GetRloc16… in DecrementMessageCount()
Dchild_supervision.cpp210 LogWarn("Supervision timeout. No frame from parent in %u sec", mTimeout); in HandleTimer()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp642LogWarn("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()
1178LogWarn("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()
1333LogWarn("Discovered too many prefixes, ignore on-link prefix %s", prefix.ToString().AsCString()); in ProcessPrefixInfoOption()
1395LogWarn("Discovered too many prefixes, ignore route prefix %s", prefix.ToString().AsCString()); in ProcessRouteInfoOption()
2423LogWarn("Failed to %s %s in Thread Network Data: %s", !mIsLocalAddedInNetData ? "add" : "update", in AddOrUpdateLocalInNetData()
2446LogWarn("Failed to remove %s from Thread Network Data: %s", LocalToString().AsCString(), ErrorToSt… in RemoveLocalFromNetData()
3210LogWarn("Too many deprecating on-mesh prefixes, removing %s", prefix.mPrefix.ToString().AsCString(… in AppendRios()
3276LogWarn("Too many on-mesh prefixes in net data, ignoring prefix %s", aPrefix.ToString().AsCString(… in Add()
[all …]
/openthread-latest/src/core/meshcop/
Dborder_agent.cpp231 LogWarn("Reset secure session"); in HandleTimeout()
487LogWarn("Commissioner request[%u] failed: %s", aForwardContext.GetMessageId(), ErrorToString(error… in HandleCoapResponse()

12