Searched refs:otLinkedBuffer (Results 1 – 6 of 6) sorted by relevance
/openthread-2.7.6/include/openthread/ |
D | tcp.h | 63 typedef struct otLinkedBuffer struct 65 …struct otLinkedBuffer *mNext; ///< Pointer to the next linked buffer in the chain, or NULL if it… argument 68 } otLinkedBuffer; argument 95 typedef void (*otTcpSendDone)(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData); 407 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags); 441 otError otTcpReceiveByReference(const otTcpEndpoint *aEndpoint, const otLinkedBuffer **aBuffer);
|
/openthread-2.7.6/src/cli/ |
D | cli_tcp.hpp | 96 static void HandleTcpSendDoneCallback(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData); 110 … void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData); 146 otLinkedBuffer mSendLink; 150 …otLinkedBuffer mBenchmarkLinks[(sizeof(mReceiveBuffer) + sizeof(mSendBuffer) - 1) / sizeof(mSendBu…
|
D | cli_tcp.cpp | 339 void TcpExample::HandleTcpSendDoneCallback(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDoneCallback() 379 void TcpExample::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() 431 const otLinkedBuffer *data; in HandleTcpReceiveAvailable()
|
/openthread-2.7.6/src/core/net/ |
D | tcp6.hpp | 204 Error SendByReference(otLinkedBuffer &aBuffer, uint32_t aFlags); 239 Error ReceiveByReference(const otLinkedBuffer *&aBuffer) const;
|
D | tcp6.cpp | 110 Error Tcp::Endpoint::SendByReference(otLinkedBuffer &aBuffer, uint32_t aFlags) in SendByReference() 126 Error Tcp::Endpoint::ReceiveByReference(const otLinkedBuffer *&aBuffer) const in ReceiveByReference()
|
/openthread-2.7.6/src/core/api/ |
D | tcp_api.cpp | 94 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags) in otTcpSendByReference() 108 otError otTcpReceiveByReference(const otTcpEndpoint *aEndpoint, const otLinkedBuffer **aBuffer) in otTcpReceiveByReference()
|