Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dtcp_api.cpp101 otError otTcpListenerInitialize(otInstance *aInstance, in otTcpListenerInitialize() function
/external/openthread/include/openthread/
Dtcp.h682 otError otTcpListenerInitialize(otInstance *aInstance,
/external/openthread/src/cli/
Dcli_tcp.cpp248 error = otTcpListenerInitialize(GetInstancePtr(), &mListener, &listenerArgs); in Process()