Home
last modified time | relevance | path

Searched refs:COAP_OPTLIST (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_mem.h51 COAP_OPTLIST, enumerator
/third_party/libcoap/examples/lwip/config/
H A Dlwippools.h152 LWIP_MEMPOOL(COAP_OPTLIST, MEMP_NUM_COAPOPTLIST, sizeof(coap_optlist_t)+MEMP_LEN_COAPOPTLIST,
153 "COAP_OPTLIST")
/third_party/libcoap/src/
H A Dcoap_option.c524 node = coap_malloc_type(COAP_OPTLIST, sizeof(coap_optlist_t) + length); in coap_new_optlist()
586 coap_free_type(COAP_OPTLIST, node); in coap_internal_delete()
H A Dcoap_mem.c383 case COAP_OPTLIST: in get_container()

Completed in 3 milliseconds