Searched refs:coap_send (Results 1 – 11 of 11) sorted by relevance
/net-tools-3.5.0/libcoap/ |
D | libcoap-1.sym | 94 coap_send
|
D | libcoap-1.map | 96 coap_send;
|
/net-tools-3.5.0/libcoap/src/ |
D | net.c | 545 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)
|
D | resource.c | 666 tid = coap_send(context, &obs->local_if, &obs->subscriber, response);
|
/net-tools-3.5.0/libcoap/examples/ |
D | tiny.c | 137 coap_send( ctx, (struct sockaddr *)&dst, sizeof(dst), pdu ); in main()
|
D | client.c | 245 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()
|
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.5.0/libcoap/include/coap/ |
D | net.h | 261 coap_tid_t coap_send(coap_context_t *context,
|
/net-tools-3.5.0/ |
D | coap-client.c | 816 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()
|