Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dseparate.c46 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in separate_get()
89 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in separate_get()
Dtest.c76 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in piggyback_get()
116 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in test_del()
163 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in test_put()
224 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in test_post()
Dlarge.c90 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in large_get()
170 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in large_update_put()
242 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in large_create_post()
Dcore.c48 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in core_get()
Dlocation_query.c62 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in location_query_post()
Dquery.c92 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in query_get()
Dobserver.c83 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in send_notification_packet()
/Zephyr-latest/include/zephyr/net/
Dcoap_service.h259 int coap_resource_send(const struct coap_resource *resource, const struct coap_packet *cpkt,
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst106 return coap_resource_send(resource, &response, addr, addr_len, NULL);
187 return coap_resource_send(resource, &response, addr, addr_len, NULL);
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c587 int coap_resource_send(const struct coap_resource *resource, const struct coap_packet *cpkt, in coap_resource_send() function
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst557 * The CoAP public API functions :c:func:`coap_service_send` and :c:func:`coap_resource_send` have