Home
last modified time | relevance | path

Searched refs:coap_send (Results 1 – 11 of 11) sorted by relevance

/net-tools-3.5.0/libcoap/
Dlibcoap-1.sym94 coap_send
Dlibcoap-1.map96 coap_send;
/net-tools-3.5.0/libcoap/src/
Dnet.c545 result = coap_send(context, local_interface, dst, response); in coap_send_ack()
616 coap_send(coap_context_t *context, in coap_send() function
638 result = coap_send(context, local_interface, dst, response); in coap_send_error()
657 result = coap_send(context, local_interface, dst, response); in coap_send_message_type()
1399 if (response && !no_response(node->pdu, response) && coap_send(context, &node->local_if, in handle_request()
1476 if (coap_send(context, &node->local_if, in handle_request()
1495 if (!response || (coap_send(context, &node->local_if, &node->remote, in handle_request()
1606 if (coap_send(context, &rcvd->local_if, &rcvd->remote, response)
Dresource.c666 tid = coap_send(context, &obs->local_if, &obs->subscriber, response);
/net-tools-3.5.0/libcoap/examples/
Dtiny.c137 coap_send( ctx, (struct sockaddr *)&dst, sizeof(dst), pdu ); in main()
Dclient.c245 tid = coap_send(ctx, local_interface, remote, pdu); in clear_obs()
411 tid = coap_send(ctx, local_interface, remote, pdu); in message_handler()
484 tid = coap_send(ctx, local_interface, remote, pdu); in message_handler()
520 if (pdu && coap_send(ctx, local_interface, remote, pdu) == COAP_INVALID_TID) { in message_handler()
1201 tid = coap_send(ctx, ctx->endpoint, &dst, pdu); 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.5.0/libcoap/include/coap/
Dnet.h261 coap_tid_t coap_send(coap_context_t *context,
/net-tools-3.5.0/
Dcoap-client.c816 tid = coap_send(user_data->coap_ctx, in send_packets()
866 tid = coap_send(user_data->coap_ctx, in try_send()
1245 tid = coap_send(coap_ctx, in read_blocks()
1437 tid = coap_send(coap_ctx, in coap_message_handler()
1475 if (pdu && coap_send(coap_ctx, endpoint, in coap_message_handler()