Searched refs:HTTP_SERVICE_DEFINE (Results 1 – 10 of 10) sorted by relevance
| /Zephyr-latest/tests/net/lib/http_server/common/src/ |
| D | main.c | 53 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/ |
| D | shell_websocket.h | 135 HTTP_SERVICE_DEFINE(_service, \
|
| /Zephyr-latest/samples/net/prometheus/src/ |
| D | main.c | 42 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/ |
| D | main.c | 47 HTTP_SERVICE_DEFINE(test_http_service, MY_IPV4_ADDR,
|
| /Zephyr-latest/include/zephyr/net/http/ |
| D | service.h | 183 #define HTTP_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail, _res_fallback) \ macro
|
| /Zephyr-latest/samples/net/sockets/http_server/src/ |
| D | main.c | 250 HTTP_SERVICE_DEFINE(test_http_service, NULL, &test_http_service_port, 1,
|
| /Zephyr-latest/doc/connectivity/networking/api/ |
| D | http_server.rst | 101 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/ |
| D | migration-guide-4.1.rst | 672 * An additional ``_res_fallback`` parameter has been added to the :c:macro:`HTTP_SERVICE_DEFINE`
|
| D | release-notes-4.1.rst | 299 * Extended :c:macro:`HTTP_SERVICE_DEFINE` to allow to specify a default
|
| /Zephyr-latest/tests/net/lib/http_server/core/src/ |
| D | main.c | 237 HTTP_SERVICE_DEFINE(test_http_service, SERVER_IPV4_ADDR,
|