Home
last modified time | relevance | path

Searched refs:test_http_service_port (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/net/prometheus/src/
Dmain.c41 static uint16_t test_http_service_port = CONFIG_NET_SAMPLE_HTTP_SERVER_SERVICE_PORT; variable
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/
Dmain.c46 static uint16_t test_http_service_port = SERVER_PORT; variable
48 &test_http_service_port, 1,
/Zephyr-latest/tests/net/lib/http_server/tls/src/
Dmain.c44 static uint16_t test_http_service_port = SERVER_PORT; variable
45 HTTPS_SERVICE_DEFINE(test_http_service, MY_IPV4_ADDR, &test_http_service_port,
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c249 static uint16_t test_http_service_port = CONFIG_NET_SAMPLE_HTTP_SERVER_SERVICE_PORT; variable
250 HTTP_SERVICE_DEFINE(test_http_service, NULL, &test_http_service_port, 1,
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c229 static uint16_t test_http_service_port = SERVER_PORT; variable
231 &test_http_service_port, 1, 10, NULL);