Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_mem.h59 COAP_DTLS_CONTEXT, enumerator
/third_party/libcoap/examples/lwip/config/
Dlwippools.h173 LWIP_MEMPOOL(COAP_DTLS_CONTEXT, MEMP_NUM_COAPDTLS_CONTEXT, sizeof(l_coap_tiny_context_t),
/third_party/libcoap/src/
Dcoap_tinydtls.c645 coap_tiny_context_t *t_context = coap_malloc_type(COAP_DTLS_CONTEXT, sizeof(coap_tiny_context_t)); in coap_dtls_new_context()
656 coap_free_type(COAP_DTLS_CONTEXT, t_context); in coap_dtls_new_context()
678 coap_free_type(COAP_DTLS_CONTEXT, t_context); in coap_dtls_free_context()