Searched refs:otPlatDnsUpstreamQueryDone (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_platform.cpp | 42 void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aRe… in otPlatDnsUpstreamQueryDone() function
|
D | dnssd_server.cpp | 2275 otPlatDnsUpstreamQueryDone(aInstance, aTxn, nullptr); in otPlatDnsCancelUpstreamQuery()
|
/openthread-latest/examples/platforms/simulation/ |
D | dns.c | 44 otPlatDnsUpstreamQueryDone(aInstance, aTxn, NULL); in otPlatDnsCancelUpstreamQuery()
|
/openthread-latest/include/openthread/platform/ |
D | dns.h | 97 extern void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessa…
|
/openthread-latest/src/posix/platform/ |
D | resolver.cpp | 166 otPlatDnsUpstreamQueryDone(gInstance, aTxn, nullptr); in Cancel() 207 otPlatDnsUpstreamQueryDone(gInstance, aTxn->mThreadTxn, message); in ForwardResponse()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 712 otPlatDnsUpstreamQueryDone(aInstance, aTxn, nullptr); in otPlatDnsCancelUpstreamQuery()
|