Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dmdns_socket.h107 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex);
/openthread-latest/examples/platforms/simulation/
Dmdns_socket.c289 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/
Dfuzzer_platform.cpp628 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() function
/openthread-latest/src/posix/platform/
Dmdns_socket.cpp53 extern "C" void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfra… in otPlatMdnsSendMulticast() function
/openthread-latest/tests/unit/
Dtest_platform.cpp596 OT_TOOL_WEAK void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInf… in otPlatMdnsSendMulticast() function
Dtest_mdns.cpp1576 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() function
/openthread-latest/src/core/net/
Dmdns.cpp3348 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