Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dmdns_socket.hpp106 void SendUnicast(otMessage *aMessage, const otPlatMdnsAddressInfo *aAddress);
Dmdns_socket.cpp62 return ot::Posix::MdnsSocket::Get().SendUnicast(aMessage, aAddress); in otPlatMdnsSendUnicast()
279 void MdnsSocket::SendUnicast(otMessage *aMessage, const otPlatMdnsAddressInfo *aAddress) in SendUnicast() function in ot::Posix::MdnsSocket