Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dmdns_socket.hpp105 void SendMulticast(otMessage *aMessage, uint32_t aInfraIfIndex);
Dmdns_socket.cpp56 return ot::Posix::MdnsSocket::Get().SendMulticast(aMessage, aInfraIfIndex); in otPlatMdnsSendMulticast()
243 void MdnsSocket::SendMulticast(otMessage *aMessage, uint32_t aInfraIfIndex) in SendMulticast() function in ot::Posix::MdnsSocket