Searched refs:coap_server (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | core.c | 59 COAP_RESOURCE_DEFINE(core_1, coap_server, 74 COAP_RESOURCE_DEFINE(core_2, coap_server,
|
D | test.c | 230 COAP_RESOURCE_DEFINE(test, coap_server, 240 COAP_RESOURCE_DEFINE(segments, coap_server, 249 COAP_RESOURCE_DEFINE(wildcard1, coap_server, 256 COAP_RESOURCE_DEFINE(wildcard2, coap_server,
|
D | large.c | 248 COAP_RESOURCE_DEFINE(large, coap_server, 255 COAP_RESOURCE_DEFINE(large_update, coap_server, 262 COAP_RESOURCE_DEFINE(large_create, coap_server,
|
D | main.c | 92 COAP_SERVICE_DEFINE(coap_server, NULL, &coap_port, COAP_SERVICE_AUTOSTART);
|
D | location_query.c | 68 COAP_RESOURCE_DEFINE(location_query, coap_server,
|
D | separate.c | 95 COAP_RESOURCE_DEFINE(separate, coap_server,
|
D | query.c | 98 COAP_RESOURCE_DEFINE(query, coap_server,
|
D | observer.c | 126 COAP_RESOURCE_DEFINE(obs, coap_server,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | protocols.rst | 12 coap_server
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | CMakeLists.txt | 15 coap_server.c
|
/Zephyr-latest/samples/net/sockets/coap_server/ |
D | CMakeLists.txt | 5 project(coap_server) project
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 1706 …verity CID :219558] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1708 …verity CID :219561] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1712 …verity CID :219566] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1716 …verity CID :219576] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1728 …verity CID :219601] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1729 …verity CID :219603] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1730 …verity CID :219608] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1731 …verity CID :219609] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1732 …verity CID :219610] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… 1738 …verity CID :219620] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server… [all …]
|
D | release-notes-1.12.rst | 390 * :github:`5956` - samples/net/coap_server: Failed to send response to coap client 573 * :github:`7086` - [Coverity CID: 185278] Null pointer dereferences in /samples/net/coap_server/src… 574 * :github:`7087` - [Coverity CID: 185277] Null pointer dereferences in /samples/net/coap_server/src…
|
D | release-notes-1.7.rst | 167 * ``ZEP-604`` - In coap_server sample app, CoAP resource separate is not able to send separate resp…
|
D | release-notes-2.7.rst | 612 * Fixed retransmissions in the ``coap_server`` sample. 613 * Fixed observer removal in the ``coap_server`` sample (on notification 1052 * :github:`39036` - Multicast packet forwarding not working for the coap_server sample and Openthre… 1104 * :github:`38697` - The coap_server sample is missing the actual send in the retransmit routine
|
D | release-notes-1.13.rst | 327 * :github:`9638` - [Coverity CID :187823] Memory - corruptions in /samples/net/coap_server/src/coap…
|
D | release-notes-3.0.rst | 632 * Refactored ``coap_client``/``coap_server`` samples to make better use of
|