Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dmdns_socket.hpp142 void SendQueuedMessages(MsgType aMsgType);
Dmdns_socket.cpp162 SendQueuedMessages(kIp6Msg); in Process()
167 SendQueuedMessages(kIp4Msg); in Process()
346 void MdnsSocket::SendQueuedMessages(MsgType aMsgType) in SendQueuedMessages() function in ot::Posix::MdnsSocket