Home
last modified time | relevance | path

Searched refs:otLogWarnSrp (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/net/
Dsrp_server.cpp1081 otLogWarnSrp("[server] failed to send response: %s", ErrorToString(error)); in SendResponse()
1128 otLogWarnSrp("[server] failed to send response: %s", ErrorToString(error)); in SendResponse()
1840 otLogWarnSrp("[server] too many addresses for host %s", GetFullName()); in AddIp6Address()
/openthread-2.7.6/src/core/common/
Dlogging.hpp1424 #define otLogWarnSrp(...) otLogWarn(OT_LOG_REGION_SRP, _OT_REGION_SRP_PREFIX, __VA_ARGS__) macro
1430 #define otLogWarnSrp(...)