Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dmdns_socket.hpp120 bool CanFreeMessage(void) const { return (mIp6Port == 0) && (mIp4Port == 0); } in CanFreeMessage() function
Dmdns_socket.cpp419 if (metadata.CanFreeMessage()) in SendQueuedMessages()