Searched refs:coap_remove_from_queue (Results 1 – 5 of 5) sorted by relevance
/net-tools-latest/libcoap/include/coap/ |
D | net.h | 409 int coap_remove_from_queue(coap_queue_t **queue, 426 if (!coap_remove_from_queue(queue, id, &node)) in coap_remove_transaction()
|
/net-tools-latest/libcoap/ |
D | libcoap-1.sym | 90 coap_remove_from_queue
|
D | libcoap-1.map | 92 coap_remove_from_queue;
|
/net-tools-latest/libcoap/tests/ |
D | test_sendqueue.c | 202 result = coap_remove_from_queue(&sendqueue, 3, &tmp_node); in t_sendqueue7() 219 result = coap_remove_from_queue(&sendqueue, 4, &tmp_node); in t_sendqueue8()
|
/net-tools-latest/libcoap/src/ |
D | net.c | 934 coap_remove_from_queue(coap_queue_t **queue, coap_tid_t id, coap_queue_t **node) { in coap_remove_from_queue() function 1557 coap_remove_from_queue(&context->sendqueue, rcvd->id, &sent); 1584 coap_remove_from_queue(&context->sendqueue, rcvd->id, &sent);
|