Searched refs:coap_resource_send (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | separate.c | 46 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()
|
D | test.c | 76 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()
|
D | large.c | 90 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()
|
D | core.c | 48 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in core_get()
|
D | location_query.c | 62 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in location_query_post()
|
D | query.c | 92 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in query_get()
|
D | observer.c | 83 r = coap_resource_send(resource, &response, addr, addr_len, NULL); in send_notification_packet()
|
/Zephyr-latest/include/zephyr/net/ |
D | coap_service.h | 259 int coap_resource_send(const struct coap_resource *resource, const struct coap_packet *cpkt,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_server.rst | 106 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/ |
D | coap_server.c | 587 int coap_resource_send(const struct coap_resource *resource, const struct coap_packet *cpkt, in coap_resource_send() function
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 557 * The CoAP public API functions :c:func:`coap_service_send` and :c:func:`coap_resource_send` have
|