Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.cpp789 static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpEstablished(aEndpoint); in HandleTcpEstablishedCallback()
794 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()
799 static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint)) in HandleTcpForwardProgressCallback()
808 static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint)) in HandleTcpReceiveAvailableCallback()
814 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpDisconnected(aEndpoint, aR… in HandleTcpDisconnectedCallback()
/openthread-latest/src/core/api/
Dtcp_api.cpp51 void *otTcpEndpointGetContext(otTcpEndpoint *aEndpoint) { return AsCoreType(aEndpoint).GetContext()… in otTcpEndpointGetContext() function
/openthread-latest/include/openthread/
Dtcp.h337 void *otTcpEndpointGetContext(otTcpEndpoint *aEndpoint);
/openthread-latest/src/core/net/
Ddns_client.cpp1783 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()
1795 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpEstablished(aEndpoint); in HandleTcpEstablishedCallback()
1902 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint)) in HandleTcpReceiveAvailableCallback()
1929 …static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpDisconnected(aEndpoint, aReaso… in HandleTcpDisconnectedCallback()