Home
last modified time | relevance | path

Searched refs:utilsCanSocketSend (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Dsimul_utils.h118 bool utilsCanSocketSend(const utilsSocket *aSocket, const fd_set *aWriteFdSet);
Dinfra_if.c299 if ((sNumPendingTx > 0) && utilsCanSocketSend(&sSocket, aWriteFdSet)) in platformInfraIfProcess()
Dtrel.c371 if ((sNumPendingTx > 0) && utilsCanSocketSend(&sSocket, aWriteFdSet)) in platformTrelProcess()
Dsimul_utils.c407 bool utilsCanSocketSend(const utilsSocket *aSocket, const fd_set *aWriteFdSet) in utilsCanSocketSend() function