Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp651 char addrStrBuf[INET6_ADDRSTRLEN]; in AddRoute() local
680 inet_ntop(req.msg.rtm_family, aAddress, addrStrBuf, sizeof(addrStrBuf)); in AddRoute()
684 … LogInfo("Failed to send request#%u to add route %s/%u", sNetlinkSequence, addrStrBuf, aPrefixLen); in AddRoute()
690 LogInfo("Sent request#%u to add route %s/%u", sNetlinkSequence, addrStrBuf, aPrefixLen); in AddRoute()
706 char addrStrBuf[INET6_ADDRSTRLEN]; in DeleteRoute() local
734 inet_ntop(req.msg.rtm_family, aAddress, addrStrBuf, sizeof(addrStrBuf)); in DeleteRoute()
738 …LogInfo("Failed to send request#%u to delete route %s/%u", sNetlinkSequence, addrStrBuf, aPrefixLe… in DeleteRoute()
744 LogInfo("Sent request#%u to delete route %s/%u", sNetlinkSequence, addrStrBuf, aPrefixLen); in DeleteRoute()