Searched refs:coap_tid_t (Results 1 – 10 of 10) sorted by relevance
/net-tools-latest/libcoap/include/coap/ |
D | net.h | 39 coap_tid_t id; /**< unique transaction id */ 67 const coap_tid_t id); 221 coap_tid_t coap_send_confirmed(coap_context_t *context, 261 coap_tid_t coap_send(coap_context_t *context, 284 coap_tid_t coap_send_error(coap_context_t *context, 305 coap_tid_t 326 coap_tid_t coap_send_ack(coap_context_t *context, 345 static inline coap_tid_t 359 coap_tid_t coap_retransmit(coap_context_t *context, coap_queue_t *node); 392 coap_tid_t *id); [all …]
|
D | async.h | 47 coap_tid_t id; /**< transaction id */ 107 coap_tid_t id, 132 coap_async_state_t *coap_find_async(coap_context_t *context, coap_tid_t id);
|
D | pdu.h | 163 typedef int coap_tid_t; typedef
|
/net-tools-latest/libcoap/src/ |
D | async.c | 27 coap_tid_t id; in coap_register_async() 63 memcpy(&s->id, &id, sizeof(coap_tid_t)); in coap_register_async() 73 coap_find_async(coap_context_t *context, coap_tid_t id) { in coap_find_async() 80 coap_remove_async(coap_context_t *context, coap_tid_t id, in coap_remove_async()
|
D | net.c | 497 coap_tid_t *id) { in coap_transaction_id() 533 coap_tid_t 539 coap_tid_t result = COAP_INVALID_TID; in coap_send_ack() 553 static coap_tid_t 559 coap_tid_t id = COAP_INVALID_TID; in coap_send_impl() 584 coap_tid_t 589 coap_tid_t id = COAP_INVALID_TID; in coap_send_impl() 615 coap_tid_t 623 coap_tid_t 631 coap_tid_t result = COAP_INVALID_TID; in coap_send_error() [all …]
|
D | resource.c | 627 coap_tid_t tid = COAP_INVALID_TID;
|
/net-tools-latest/libcoap/examples/ |
D | tiny.c | 23 static coap_tid_t id;
|
D | client.c | 177 static coap_tid_t 183 coap_tid_t tid = COAP_INVALID_TID; in clear_obs() 320 const coap_tid_t id UNUSED_PARAM) { in message_handler() 329 coap_tid_t tid; in message_handler() 1041 coap_tid_t tid = COAP_INVALID_TID; in main()
|
/net-tools-latest/libcoap/examples/contiki/ |
D | coap-observer.c | 100 const coap_tid_t id) { in message_handler()
|
/net-tools-latest/ |
D | coap-client.c | 786 coap_tid_t tid; in send_packets() 836 coap_tid_t tid; in try_send() 1216 coap_tid_t tid; in read_blocks() 1340 const coap_tid_t id) in coap_message_handler() 1391 coap_tid_t tid; in coap_message_handler() 1581 coap_tid_t tid = COAP_INVALID_TID;
|