Home
last modified time | relevance | path

Searched refs:otLinkedBuffer (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/include/openthread/
Dtcp.h63 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/
Dcli_tcp.hpp96 static void HandleTcpSendDoneCallback(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
110 … void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
146 otLinkedBuffer mSendLink;
150otLinkedBuffer mBenchmarkLinks[(sizeof(mReceiveBuffer) + sizeof(mSendBuffer) - 1) / sizeof(mSendBu…
Dcli_tcp.cpp339 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/
Dtcp6.hpp204 Error SendByReference(otLinkedBuffer &aBuffer, uint32_t aFlags);
239 Error ReceiveByReference(const otLinkedBuffer *&aBuffer) const;
Dtcp6.cpp110 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/
Dtcp_api.cpp94 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags) in otTcpSendByReference()
108 otError otTcpReceiveByReference(const otTcpEndpoint *aEndpoint, const otLinkedBuffer **aBuffer) in otTcpReceiveByReference()