Home
last modified time | relevance | path

Searched refs:ep_dtls (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
745 ep_dtls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_DTLS); in get_context()
746 if (!ep_dtls) in get_context()
Dcoap-server.c2294 coap_endpoint_t *ep_udp = NULL, *ep_dtls = NULL; in get_context() local
2314 ep_dtls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_DTLS); in get_context()
2315 if (!ep_dtls) in get_context()