Searched refs:ep_tls (Results 1 – 2 of 2) sorted by relevance
725 coap_endpoint_t *ep_udp = NULL, *ep_dtls = NULL, *ep_tcp = NULL, *ep_tls = NULL; in get_context() local756 ep_tls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_TLS); in get_context()757 if (!ep_tls) in get_context()
2327 coap_endpoint_t *ep_tls; in get_context() local2328 ep_tls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_TLS); in get_context()2329 if (!ep_tls) in get_context()