Searched refs:coap_send_confirmed (Results 1 – 9 of 9) sorted by relevance
/net-tools-3.7.0/libcoap/ |
D | libcoap-1.sym | 96 coap_send_confirmed
|
D | libcoap-1.map | 98 coap_send_confirmed;
|
D | ChangeLog | 24 * net.c (coap_send_confirmed): Use fixed point arithmetic 36 * net.c (coap_send_confirmed): Fixed retransmission timeout
|
/net-tools-3.7.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.7.0/libcoap/include/coap/ |
D | net.h | 221 coap_tid_t coap_send_confirmed(coap_context_t *context,
|
/net-tools-3.7.0/libcoap/examples/ |
D | client.c | 243 tid = coap_send_confirmed(ctx, local_interface, remote, pdu); in clear_obs() 409 tid = coap_send_confirmed(ctx, local_interface, remote, pdu); in message_handler() 482 tid = coap_send_confirmed(ctx, local_interface, remote, pdu); in message_handler() 1199 tid = coap_send_confirmed(ctx, ctx->endpoint, &dst, pdu); in main()
|
/net-tools-3.7.0/ |
D | coap-client.c | 811 tid = coap_send_confirmed(user_data->coap_ctx, in send_packets() 861 tid = coap_send_confirmed(user_data->coap_ctx, in try_send() 1240 tid = coap_send_confirmed(coap_ctx, in read_blocks() 1434 tid = coap_send_confirmed(coap_ctx, in coap_message_handler()
|
/net-tools-3.7.0/libcoap/src/ |
D | resource.c | 663 tid = coap_send_confirmed(context, &obs->local_if, &obs->subscriber, response);
|
D | net.c | 702 coap_send_confirmed(coap_context_t *context, in coap_send_confirmed() function
|