Home
last modified time | relevance | path

Searched refs:otTcpEndpointGetContext (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/cli/
Dcli_tcp.cpp336 static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpEstablished(aEndpoint); in HandleTcpEstablishedCallback()
341 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()
349 static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint)) in HandleTcpReceiveAvailableCallback()
355 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpDisconnected(aEndpoint, aR… in HandleTcpDisconnectedCallback()
/external/openthread/src/core/api/
Dtcp_api.cpp57 void *otTcpEndpointGetContext(otTcpEndpoint *aEndpoint) in otTcpEndpointGetContext() function
/external/openthread/include/openthread/
Dtcp.h352 void *otTcpEndpointGetContext(otTcpEndpoint *aEndpoint);