Lines Matching refs:LogWarn
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()
921 LogWarn("No buffer to add more external routes in kernel")); in UpdateExternalRoutes()
926 …LogWarn("Failed to add an external route %s in kernel: %s", prefixString, otThreadErrorToString(er… in UpdateExternalRoutes()
931 LogWarn("Successfully added an external route %s in kernel", prefixString); in UpdateExternalRoutes()
996 LogWarn("failed to delete route for NAT64: %s", otThreadErrorToString(error)); in processNat64StateChange()
1009 LogWarn("failed to add route for NAT64: %s", otThreadErrorToString(error)); in processNat64StateChange()
1017 LogWarn("failed to delete route for NAT64: %s", otThreadErrorToString(error)); in processNat64StateChange()
1094 LogWarn("Failed to receive, error:%s", otThreadErrorToString(error)); in processReceive()
1276 LogWarn("Failed to transmit, error:%s", otThreadErrorToString(error)); in processTransmit()
1297 …LogWarn("%s [%s] %s failed (%s)", isAdd ? "ADD" : "DEL", IsIp6AddressMulticast(aAddress) ? "M" : "… in logAddrEvent()
1409 LogWarn("Failed to process event, error:%s", otThreadErrorToString(error)); in processNetifAddrEvent()
1429 LogWarn("Host netif state notification is unexpected (ignore)")); in processNetifLinkEvent()
1446 LogWarn("failed to add route for NAT64: %s", otThreadErrorToString(error)); in processNetifLinkEvent()
1454 LogWarn("Failed to sync netif state with host: %s", otThreadErrorToString(error)); in processNetifLinkEvent()
1605 LogWarn("Error (%d) removing stack-addded link-local address %s", errno, in processNetifAddrEvent()
1690 LogWarn("Failed to process info event: %s", otThreadErrorToString(error)); in processNetifInfoEvent()
1725 LogWarn("Truncated netlink reply of request#%u", requestSeq); in HandleNetlinkResponse()
1768 LogWarn("Failed to process request#%u: %s", requestSeq, errorMsg); in HandleNetlinkResponse()
1802 LogWarn("Unexpected netlink recv() result: %ld", static_cast<long>(length));
1860 LogWarn("Unhandled/Unexpected netlink/route message (%d).", (int)msg->nlmsg_type);
2011 LogWarn("Failed to send request#%u to set addr_gen_mode to %d", sNetlinkSequence, mode);
2164 LogWarn("Failed to enable NETLINK_EXT_ACK: %s", strerror(errno));
2170 LogWarn("Failed to enable NETLINK_CAP_ACK: %s", strerror(errno));
2217 (void)LogWarn;
2250 LogWarn("failed to set CIDR for NAT64: %s", otThreadErrorToString(error));