Searched refs:LogResult (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | multicast_routing.cpp | 59 #define LogResult(aError, ...) … macro 119 LogResult(OT_ERROR_NONE, "%s", __FUNCTION__); in Enable() 128 LogResult(OT_ERROR_NONE, "%s", __FUNCTION__); in Disable() 138 LogResult(OT_ERROR_NONE, "%s: %s", __FUNCTION__, aAddress.ToString().AsCString()); in Add() 153 LogResult(error, "%s: %s", __FUNCTION__, aAddress.ToString().AsCString()); in Remove() 171 …LogResult(error, "%s: address %s %s", __FUNCTION__, aAddress.ToString().AsCString(), (isAdd ? "Add… in UpdateMldReport() 287 LogResult(error, "%s", __FUNCTION__); in ProcessMulticastRouterMessages() 344 LogResult(error, "%s: add dynamic route: %s %s => %s %s", __FUNCTION__, MifIndexToString(aIif), in AddMulticastForwardingCache() 380 LogResult(error, "%s: %s %s => %s %s", __FUNCTION__, MifIndexToString(mfc.mIif), in UnblockInboundMulticastForwardingCache() 607 LogResult(error, "%s: %s %s => %s %s", __FUNCTION__, MifIndexToString(aMfc.mIif), in RemoveMulticastForwardingCache()
|