Home
last modified time | relevance | path

Searched refs:COAP_INVALID_TID (Results 1 – 10 of 10) sorted by relevance

/net-tools-3.4.0/libcoap/src/
Dnet.c539 coap_tid_t result = COAP_INVALID_TID; in coap_send_ack()
559 coap_tid_t id = COAP_INVALID_TID; in coap_send_impl()
589 coap_tid_t id = COAP_INVALID_TID; in coap_send_impl()
631 coap_tid_t result = COAP_INVALID_TID; in coap_send_error()
652 coap_tid_t result = COAP_INVALID_TID; in coap_send_message_type()
713 return COAP_INVALID_TID; in coap_send_confirmed()
717 if (COAP_INVALID_TID == node->id) { in coap_send_confirmed()
720 return COAP_INVALID_TID; in coap_send_confirmed()
776 return COAP_INVALID_TID; in coap_retransmit()
817 return COAP_INVALID_TID; in coap_retransmit()
[all …]
Dpdu.c123 pdu = coap_pdu_init(0, 0, ntohs(COAP_INVALID_TID), COAP_MAX_PDU_SIZE); in coap_new_pdu()
125 pdu = coap_pdu_init(0, 0, uip_ntohs(COAP_INVALID_TID), COAP_MAX_PDU_SIZE); in coap_new_pdu()
Dresource.c627 coap_tid_t tid = COAP_INVALID_TID;
670 if (COAP_INVALID_TID == tid || response->hdr->type != COAP_MESSAGE_CON)
672 if (COAP_INVALID_TID == tid)
/net-tools-3.4.0/libcoap/examples/
Dclient.c183 coap_tid_t tid = COAP_INVALID_TID; in clear_obs()
247 if (tid == COAP_INVALID_TID) { in clear_obs()
413 if (tid == COAP_INVALID_TID) { in message_handler()
486 if (tid == COAP_INVALID_TID) { in message_handler()
520 if (pdu && coap_send(ctx, local_interface, remote, pdu) == COAP_INVALID_TID) { in message_handler()
1041 coap_tid_t tid = COAP_INVALID_TID; in main()
1203 if (pdu->hdr->type != COAP_MESSAGE_CON || tid == COAP_INVALID_TID) in main()
Dcoap-server.c277 if (coap_send(ctx, local_if, &async->peer, response) == COAP_INVALID_TID) { in check_async()
Detsi_iot_01.c487 if (coap_send(ctx, &async->peer, response) == COAP_INVALID_TID) { in check_async()
Dcoap-rd.c193 if (coap_send(ctx, peer, response) == COAP_INVALID_TID) { in hnd_put_resource()
/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h166 #define COAP_INVALID_TID -1 macro
/net-tools-3.4.0/libcoap/examples/contiki/
Dcoap-observer.c172 if (COAP_INVALID_TID == coap_send_confirmed(coap_context, &dst, request)) in PROCESS_THREAD()
/net-tools-3.4.0/
Dcoap-client.c821 if (pdu->hdr->type != COAP_MESSAGE_CON || tid == COAP_INVALID_TID) in send_packets()
871 if (pdu->hdr->type != COAP_MESSAGE_CON || tid == COAP_INVALID_TID) in try_send()
1250 if (tid == COAP_INVALID_TID) { in read_blocks()
1440 if (tid == COAP_INVALID_TID) { in coap_message_handler()
1476 remote, pdu) == COAP_INVALID_TID) in coap_message_handler()
1581 coap_tid_t tid = COAP_INVALID_TID;