Searched refs:HTTP_SERVICE_DEFINE (Results 1 – 8 of 8) 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)); 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/ |
D | shell_websocket.h | 134 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 | 170 #define HTTP_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail) \ 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 | 95 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/ |
D | main.c | 230 HTTP_SERVICE_DEFINE(test_http_service, SERVER_IPV4_ADDR,
|