Home
last modified time | relevance | path

Searched refs:COAP_SERVICE_DEFINE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dmain.c92 COAP_SERVICE_DEFINE(coap_server, NULL, &coap_port, COAP_SERVICE_AUTOSTART);
/Zephyr-latest/tests/net/lib/coap_server/common/src/
Dmain.c35 COAP_SERVICE_DEFINE(service_A, "a.service.com", &service_A_port, COAP_SERVICE_AUTOSTART);
51 COAP_SERVICE_DEFINE(service_B, "b.service.com", &service_B_port, 0);
67 COAP_SERVICE_DEFINE(service_C, "192.168.1.1", &service_C_port, 0);
/Zephyr-latest/include/zephyr/net/
Dcoap_service.h134 #define COAP_SERVICE_DEFINE(_name, _host, _port, _flags) \ macro
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst60 COAP_SERVICE_DEFINE(my_service, "0.0.0.0", &my_service_port, COAP_SERVICE_AUTOSTART);