Home
last modified time | relevance | path

Searched refs:HTTP_SERVICE_DEFINE (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c53 HTTP_SERVICE_DEFINE(service_A, "a.service.com", &service_A_port, 4, 2, DETAIL(0), NULL);
60 HTTP_SERVICE_DEFINE(service_B, "b.service.com", &service_B_port, 7, 3, DETAIL(1), NULL);
74 HTTP_SERVICE_DEFINE(service_D, "2001:db8::1", &service_D_port, 7, 3, DETAIL(3), NULL);
85 HTTP_SERVICE_DEFINE(service_E, "192.0.2.1", &service_E_port, 0, 0, NULL, DETAIL(0));
/Zephyr-latest/include/zephyr/shell/
Dshell_websocket.h135 HTTP_SERVICE_DEFINE(_service, \
/Zephyr-latest/samples/net/prometheus/src/
Dmain.c42 HTTP_SERVICE_DEFINE(test_http_service, CONFIG_NET_CONFIG_MY_IPV4_ADDR, &test_http_service_port, 1,
/Zephyr-latest/tests/net/lib/http_server/crime/src/
Dmain.c47 HTTP_SERVICE_DEFINE(test_http_service, MY_IPV4_ADDR,
/Zephyr-latest/include/zephyr/net/http/
Dservice.h183 #define HTTP_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail, _res_fallback) \ macro
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c250 HTTP_SERVICE_DEFINE(test_http_service, NULL, &test_http_service_port, 1,
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst101 the same name as used for the linker section with :c:macro:`HTTP_SERVICE_DEFINE`
110 HTTP_SERVICE_DEFINE(my_service, "0.0.0.0", &http_service_port, 1, 10, NULL, NULL);
164 HTTP_SERVICE_DEFINE(my_service, "0.0.0.0", &http_service_port, 1, 10, NULL, &default_detail);
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst672 * An additional ``_res_fallback`` parameter has been added to the :c:macro:`HTTP_SERVICE_DEFINE`
Drelease-notes-4.1.rst299 * Extended :c:macro:`HTTP_SERVICE_DEFINE` to allow to specify a default
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c237 HTTP_SERVICE_DEFINE(test_http_service, SERVER_IPV4_ADDR,