Searched refs:utilsSendOverSocket (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/examples/platforms/simulation/ |
D | simul_utils.h | 145 void utilsSendOverSocket(const utilsSocket *aSocket, const void *aBuffer, uint16_t aBufferLength);
|
D | infra_if.c | 92 utilsSendOverSocket(&sSocket, &sPendingTx[i], getMessageSize(&sPendingTx[i])); in sendPendingTxMessages()
|
D | trel.c | 134 utilsSendOverSocket(&sSocket, &sPendingTx[i], getMessageSize(&sPendingTx[i])); in sendPendingTxMessages()
|
D | simul_utils.c | 454 void utilsSendOverSocket(const utilsSocket *aSocket, const void *aBuffer, uint16_t aBufferLength) in utilsSendOverSocket() function
|
D | radio.c | 776 utilsSendOverSocket(&sSocket, aMessage, aFrame->mLength + 1); // + 1 is for `mChannel` in radioTransmit()
|