Home
last modified time | relevance | path

Searched refs:HTTP_SERVICE_DEFINE (Results 1 – 8 of 8) 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));
60 HTTP_SERVICE_DEFINE(service_B, "b.service.com", &service_B_port, 7, 3, DETAIL(1));
74 HTTP_SERVICE_DEFINE(service_D, "2001:db8::1", &service_D_port, 7, 3, DETAIL(3));
/Zephyr-latest/include/zephyr/shell/
Dshell_websocket.h134 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.h170 #define HTTP_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail) \ 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.rst95 the same name as used for the linker section with :c:macro:`HTTP_SERVICE_DEFINE`
104 HTTP_SERVICE_DEFINE(my_service, "0.0.0.0", &http_service_port, 1, 10, NULL);
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c230 HTTP_SERVICE_DEFINE(test_http_service, SERVER_IPV4_ADDR,