Home
last modified time | relevance | path

Searched refs:coap_optlist_t (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/include/coap3/
Doption.h327 typedef struct coap_optlist_t { struct
328 struct coap_optlist_t *next; /**< next entry in the optlist chain */ argument
332 } coap_optlist_t; argument
349 coap_optlist_t *coap_new_optlist(uint16_t number,
362 int coap_add_optlist_pdu(coap_pdu_t *pdu, coap_optlist_t** optlist_chain);
375 int coap_insert_optlist(coap_optlist_t **optlist_chain,
376 coap_optlist_t *optlist);
384 void coap_delete_optlist(coap_optlist_t *optlist_chain);
Dlwippools.h109 LWIP_MEMPOOL(COAP_OPTLIST, MEMP_NUM_COAPOPTLIST, sizeof(coap_optlist_t)+MEMP_LEN_COAPOPTLIST, "COAP…
/third_party/libcoap/src/
Doption.c510 coap_optlist_t *
515 coap_optlist_t *node; in coap_new_optlist()
525 node = coap_malloc_type(COAP_OPTLIST, sizeof(coap_optlist_t) + length); in coap_new_optlist()
528 memset(node, 0, (sizeof(coap_optlist_t) + length)); in coap_new_optlist()
542 coap_optlist_t *o1 = (coap_optlist_t *)a; in order_opts()
543 coap_optlist_t *o2 = (coap_optlist_t *)b; in order_opts()
552 coap_add_optlist_pdu(coap_pdu_t *pdu, coap_optlist_t** options) { in coap_add_optlist_pdu()
553 coap_optlist_t *opt; in coap_add_optlist_pdu()
568 coap_insert_optlist(coap_optlist_t **head, coap_optlist_t *node) { in coap_insert_optlist()
581 coap_internal_delete(coap_optlist_t *node) { in coap_internal_delete()
[all …]
Dmem.c236 coap_optlist_t optlist;
/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in55 *coap_optlist_t *coap_new_optlist(uint16_t _number_, size_t _length_,
58 *int coap_insert_optlist(coap_optlist_t **_optlist_chain_,
59 coap_optlist_t *_optlist_);*
61 *void coap_delete_optlist(coap_optlist_t *_optlist_chain_);*
69 *int coap_add_optlist_pdu(coap_pdu_t *_pdu_, coap_optlist_t **_optlist_chain_);*
423 coap_optlist_t *optlist_chain = NULL;
Dcoap_observe.txt.in324 coap_optlist_t **options, unsigned char *data, size_t length, int observe) {
Dcoap_block.txt.in205 coap_optlist_t *optlist_chain = NULL;
/third_party/libcoap/examples/
Dcoap-client.c59 static coap_optlist_t *optlist = NULL;
192 coap_optlist_t **options, in coap_new_request()
572 coap_optlist_t *node; in cmdline_content_type()
602 coap_optlist_t *node; in cmdline_hop_limit()
Dcoap-server.c1008 coap_optlist_t *optlist = NULL; in hnd_proxy_uri()
1605 coap_optlist_t *optlist = NULL; in proxy_message_handler()
/third_party/libcoap/tests/
Dtest_pdu.c706 coap_optlist_t *optlist = NULL; in t_encode_pdu12()
741 coap_optlist_t *optlist = NULL; in t_encode_pdu13()
776 coap_optlist_t *optlist = NULL; in t_encode_pdu14()