Home
last modified time | relevance | path

Searched refs:coap_service (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap_service.h51 struct coap_service { struct
65 const STRUCT_SECTION_ITERABLE(coap_service, _name) = { \ argument
146 #define COAP_SERVICE_COUNT(_dst) STRUCT_SECTION_COUNT(coap_service, _dst)
169 #define COAP_SERVICE_FOREACH(_it) STRUCT_SECTION_FOREACH(coap_service, _it)
206 int coap_service_start(const struct coap_service *service);
217 int coap_service_stop(const struct coap_service *service);
229 int coap_service_is_running(const struct coap_service *service);
243 int coap_service_send(const struct coap_service *service, const struct coap_packet *cpkt,
Dcoap_mgmt.h39 struct coap_service;
83 const struct coap_service *service;
/Zephyr-latest/tests/net/lib/coap_server/common/src/
Dmain.c75 ZTEST(coap_service, test_COAP_SERVICE_DEFINE) in ZTEST() argument
90 ZTEST(coap_service, test_COAP_SERVICE_COUNT) in ZTEST() argument
99 ZTEST(coap_service, test_COAP_SERVICE_RESOURCE_COUNT) in ZTEST() argument
106 ZTEST(coap_service, test_COAP_SERVICE_HAS_RESOURCE) in ZTEST() argument
122 ZTEST(coap_service, test_COAP_SERVICE_FOREACH) in ZTEST() argument
152 ZTEST(coap_service, test_COAP_RESOURCE_FOREACH) in ZTEST() argument
213 ZTEST(coap_service, test_COAP_SERVICE_FOREACH_RESOURCE) in ZTEST() argument
274 ZTEST(coap_service, test_COAP_RESOURCE_DEFINE) in ZTEST() argument
321 ZTEST_SUITE(coap_service, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c84 static int coap_service_remove_observer(const struct coap_service *service, in coap_service_remove_observer()
130 struct coap_service *service = NULL; in coap_server_process()
339 static inline bool coap_service_in_section(const struct coap_service *service) in coap_service_in_section()
341 STRUCT_SECTION_START_EXTERN(coap_service); in coap_service_in_section()
342 STRUCT_SECTION_END_EXTERN(coap_service); in coap_service_in_section()
344 return STRUCT_SECTION_START(coap_service) <= service && in coap_service_in_section()
345 STRUCT_SECTION_END(coap_service) > service; in coap_service_in_section()
348 static inline void coap_service_raise_event(const struct coap_service *service, uint32_t mgmt_event) in coap_service_raise_event()
363 int coap_service_start(const struct coap_service *service) in coap_service_start()
477 int coap_service_stop(const struct coap_service *service) in coap_service_stop()
[all …]
Dcoap_server_shell.c98 SHELL_CMD_REGISTER(coap_service, &sub_coap_service, "CoAP Service commands", cmd_list);
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-net.ld22 ITERABLE_SECTION_ROM(coap_service, Z_LINK_ITERABLE_SUBALIGN)
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst56 #include <zephyr/net/coap_service.h>
75 #include <zephyr/net/coap_service.h>
140 #include <zephyr/net/coap_service.h>
241 #include <zephyr/net/coap_service.h>
289 .. doxygengroup:: coap_service
/Zephyr-latest/samples/net/sockets/coap_server/
DREADME.rst3 :relevant-api: coap coap_service
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake222 …zephyr_iterable_section(NAME coap_service KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN ${CONFIG_LI…