Home
last modified time | relevance | path

Searched refs:ep_tls (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/examples/
Dcoap-rd.c725 coap_endpoint_t *ep_udp = NULL, *ep_dtls = NULL, *ep_tcp = NULL, *ep_tls = NULL; in get_context() local
756 ep_tls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_TLS); in get_context()
757 if (!ep_tls) in get_context()
Dcoap-server.c2327 coap_endpoint_t *ep_tls; in get_context() local
2328 ep_tls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_TLS); in get_context()
2329 if (!ep_tls) in get_context()