Searched refs:test_http_service_port (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/net/prometheus/src/ |
D | main.c | 41 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/ |
D | main.c | 46 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/ |
D | main.c | 44 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/ |
D | main.c | 249 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/ |
D | main.c | 229 static uint16_t test_http_service_port = SERVER_PORT; variable 231 &test_http_service_port, 1, 10, NULL);
|