Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dtcp_ext_api.cpp89 int otTcpMbedTlsSslSendCallback(void *aCtx, const unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslSendCallback() argument
91 …ndpointAndCircularSendBuffer *pair = static_cast<otTcpEndpointAndCircularSendBuffer *>(aCtx); in otTcpMbedTlsSslSendCallback()
107 int otTcpMbedTlsSslRecvCallback(void *aCtx, unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslRecvCallback() argument
109 …ndpointAndCircularSendBuffer *pair = static_cast<otTcpEndpointAndCircularSendBuffer *>(aCtx); in otTcpMbedTlsSslRecvCallback()
/openthread-latest/include/openthread/
Dtcp_ext.h232 int otTcpMbedTlsSslSendCallback(void *aCtx, const unsigned char *aBuf, size_t aLen);
243 int otTcpMbedTlsSslRecvCallback(void *aCtx, unsigned char *aBuf, size_t aLen);