Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/api/
Dtcp_ext_api.cpp93 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslSendCallback() local
111 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslRecvCallback() local
/openthread-3.6.0/src/core/net/
Dtcp6.cpp639 Endpoint *endpoint; in HandleMessage() local
991 Tcp::Endpoint &endpoint = Tcp::Endpoint::FromTcb(*aTcb); in tcplp_sys_set_timer() local
997 Tcp::Endpoint &endpoint = Tcp::Endpoint::FromTcb(*aTcb); in tcplp_sys_stop_timer() local
1022 Tcp::Endpoint &endpoint = AsCoreType(endpointPtr); in tcplp_sys_accept_ready() local
1054 Tcp::Endpoint &endpoint = Tcp::Endpoint::FromTcb(*aAccepted); in tcplp_sys_accepted_connection() local
1077 Tcp::Endpoint &endpoint = Tcp::Endpoint::FromTcb(*aTcb); in tcplp_sys_connection_lost() local
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dssl_tls.c969 unsigned endpoint, in ssl_populate_transform()
4133 void mbedtls_ssl_conf_endpoint( mbedtls_ssl_config *conf, int endpoint ) in mbedtls_ssl_conf_endpoint()
6942 int endpoint, int transport, int preset ) in mbedtls_ssl_config_defaults()
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1040 uint8_t endpoint /*bool*/; /*!< 0: client, 1: server */ member