Searched refs:otPlatMdnsSendMulticast (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | mdns_socket.h | 107 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex);
|
/openthread-latest/examples/platforms/simulation/ |
D | mdns_socket.c | 289 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() function 542 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() function
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 628 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() function
|
/openthread-latest/src/posix/platform/ |
D | mdns_socket.cpp | 53 extern "C" void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfra… in otPlatMdnsSendMulticast() function
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 596 OT_TOOL_WEAK void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInf… in otPlatMdnsSendMulticast() function
|
D | test_mdns.cpp | 1576 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() function
|
/openthread-latest/src/core/net/ |
D | mdns.cpp | 3348 otPlatMdnsSendMulticast(&GetInstance(), mMsgPtr.Release(), Get<Core>().mInfraIfIndex); in Send() 6635 OT_TOOL_WEAK void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInf… in otPlatMdnsSendMulticast() function
|