Lines Matching refs:tid
786 coap_tid_t tid; in send_packets() local
811 tid = coap_send_confirmed(user_data->coap_ctx, in send_packets()
816 tid = coap_send(user_data->coap_ctx, in send_packets()
821 if (pdu->hdr->type != COAP_MESSAGE_CON || tid == COAP_INVALID_TID) in send_packets()
836 coap_tid_t tid; in try_send() local
861 tid = coap_send_confirmed(user_data->coap_ctx, in try_send()
866 tid = coap_send(user_data->coap_ctx, in try_send()
871 if (pdu->hdr->type != COAP_MESSAGE_CON || tid == COAP_INVALID_TID) in try_send()
1216 coap_tid_t tid; in read_blocks() local
1240 tid = coap_send_confirmed(coap_ctx, in read_blocks()
1245 tid = coap_send(coap_ctx, in read_blocks()
1250 if (tid == COAP_INVALID_TID) { in read_blocks()
1391 coap_tid_t tid; in coap_message_handler() local
1434 tid = coap_send_confirmed(coap_ctx, in coap_message_handler()
1437 tid = coap_send(coap_ctx, in coap_message_handler()
1440 if (tid == COAP_INVALID_TID) { in coap_message_handler()
1581 coap_tid_t tid = COAP_INVALID_TID; local