Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dtcp_api.cpp122 otError otTcpListenerInitialize(otInstance * aInstance, in otTcpListenerInitialize() function
/external/openthread/include/openthread/
Dtcp.h712 otError otTcpListenerInitialize(otInstance * aInstance,
/external/openthread/src/cli/
Dcli_tcp.cpp121 error = otTcpListenerInitialize(GetInstancePtr(), &mListener, &listenerArgs); in ProcessInit()