Searched refs:otTcpListenerGetContext (Results 1 – 3 of 3) sorted by relevance
110 void *otTcpListenerGetContext(otTcpListener *aListener) { return AsCoreType(aListener).GetContext()… in otTcpListenerGetContext() function
704 void *otTcpListenerGetContext(otTcpListener *aListener);
821 return static_cast<TcpExample *>(otTcpListenerGetContext(aListener)) in HandleTcpAcceptReadyCallback()829 …static_cast<TcpExample *>(otTcpListenerGetContext(aListener))->HandleTcpAcceptDone(aListener, aEnd… in HandleTcpAcceptDoneCallback()