Searched refs:coap_queue_t (Results 1 – 10 of 10) sorted by relevance
29 struct coap_queue_t;31 typedef struct coap_queue_t { struct32 struct coap_queue_t *next; argument41 } coap_queue_t; argument44 int coap_insert_node(coap_queue_t **queue, coap_queue_t *node);47 int coap_delete_node(coap_queue_t *node);50 void coap_delete_all(coap_queue_t *queue);53 coap_queue_t *coap_new_node(void);90 coap_queue_t *sendqueue;167 coap_queue_t *coap_peek_next( coap_context_t *context );[all …]
52 LWIP_MEMPOOL(COAP_NODE, MEMP_NUM_COAPNODE, sizeof(coap_queue_t), "COAP_NODE")
16 static coap_queue_t *sendqueue;27 coap_queue_t *node[5];30 add_timestamps(coap_queue_t *queue, size_t num) { in add_timestamps()118 coap_queue_t *p; in t_sendqueue5()167 coap_queue_t *p; in t_sendqueue6()194 coap_queue_t *tmp_node; in t_sendqueue7()217 coap_queue_t *tmp_node; in t_sendqueue8()238 coap_queue_t *tmp_node; in t_sendqueue9()268 coap_queue_t *tmp_node; in t_sendqueue10()297 for (n = 1; n < sizeof(node)/sizeof(coap_queue_t *); n++) { in t_sendqueue_tests_create()[all …]
120 static inline coap_queue_t *122 return (coap_queue_t *)coap_malloc_type(COAP_NODE, sizeof(coap_queue_t)); in coap_malloc_node()126 coap_free_node(coap_queue_t *node) { in coap_free_node()137 static inline coap_queue_t *139 return (coap_queue_t *)memp_malloc(MEMP_COAP_NODE); in coap_malloc_node()143 coap_free_node(coap_queue_t *node) { in coap_free_node()168 static inline coap_queue_t *170 return (coap_queue_t *)coap_malloc_type(COAP_NODE, 0); in coap_malloc_node()174 coap_free_node(coap_queue_t *node) { in coap_free_node()194 coap_queue_t *q = ctx->sendqueue; in coap_adjust_basetime()[all …]
70 MEMB(node_storage, coap_queue_t, COAP_PDU_MAXCNT);
453 coap_queue_t *nextpdu; in main()
679 coap_queue_t *nextpdu; in main()
680 coap_queue_t *nextpdu; in main()
1033 coap_queue_t *nextpdu; in main()
884 coap_queue_t *node; in dispatch_data()1584 coap_queue_t *nextpdu;