Home
last modified time | relevance | path

Searched refs:COAP_DTLS_SESSION (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_mem.h49 COAP_DTLS_SESSION, enumerator
/third_party/libcoap/examples/lwip/config/
Dlwippools.h172 LWIP_MEMPOOL(COAP_DTLS_SESSION, MEMP_NUM_COAPDTLS_SESSION, sizeof(l_session_t), "COAP_DTLS_SESSION")
/third_party/libcoap/src/
Dcoap_mem.c378 case COAP_DTLS_SESSION: in get_container()
Dcoap_tinydtls.c684 session_t *dtls_session = coap_malloc_type(COAP_DTLS_SESSION, sizeof(session_t)); in coap_dtls_new_session()
730 coap_free_type(COAP_DTLS_SESSION, dtls_session); in coap_dtls_new_client_session()
758 coap_free_type(COAP_DTLS_SESSION, coap_session->tls); in coap_dtls_free_session()