Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dtcp_api.cpp110 void *otTcpListenerGetContext(otTcpListener *aListener) { return AsCoreType(aListener).GetContext()… in otTcpListenerGetContext() function
/openthread-latest/include/openthread/
Dtcp.h704 void *otTcpListenerGetContext(otTcpListener *aListener);
/openthread-latest/src/cli/
Dcli_tcp.cpp821 return static_cast<TcpExample *>(otTcpListenerGetContext(aListener)) in HandleTcpAcceptReadyCallback()
829 …static_cast<TcpExample *>(otTcpListenerGetContext(aListener))->HandleTcpAcceptDone(aListener, aEnd… in HandleTcpAcceptDoneCallback()