Lines Matching refs:coap_tid_t
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()
645 coap_tid_t
652 coap_tid_t result = COAP_INVALID_TID; in coap_send_message_type()
701 coap_tid_t
773 coap_tid_t
934 coap_remove_from_queue(coap_queue_t **queue, coap_tid_t id, coap_queue_t **node) { in coap_remove_from_queue()
1024 coap_find_transaction(coap_queue_t *queue, coap_tid_t id) { in coap_find_transaction()