Searched refs:COAP_INVALID_TID (Results 1 – 10 of 10) sorted by relevance
/net-tools-3.4.0/libcoap/src/ |
D | net.c | 539 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 …]
|
D | pdu.c | 123 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()
|
D | resource.c | 627 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/ |
D | client.c | 183 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()
|
D | coap-server.c | 277 if (coap_send(ctx, local_if, &async->peer, response) == COAP_INVALID_TID) { in check_async()
|
D | etsi_iot_01.c | 487 if (coap_send(ctx, &async->peer, response) == COAP_INVALID_TID) { in check_async()
|
D | coap-rd.c | 193 if (coap_send(ctx, peer, response) == COAP_INVALID_TID) { in hnd_put_resource()
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | pdu.h | 166 #define COAP_INVALID_TID -1 macro
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | coap-observer.c | 172 if (COAP_INVALID_TID == coap_send_confirmed(coap_context, &dst, request)) in PROCESS_THREAD()
|
/net-tools-3.4.0/ |
D | coap-client.c | 821 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;
|