Home
last modified time | relevance | path

Searched refs:test_https_service_port (Results 1 – 2 of 2) sorted by relevance

/Zephyr-4.3.0/samples/net/prometheus/src/
Dmain.c99 static uint16_t test_https_service_port = CONFIG_NET_SAMPLE_HTTPS_SERVER_SERVICE_PORT; variable
100 HTTPS_SERVICE_DEFINE(test_https_service, CONFIG_NET_CONFIG_MY_IPV4_ADDR, &test_https_service_port,
/Zephyr-4.3.0/samples/net/sockets/http_server/src/
Dmain.c287 static uint16_t test_https_service_port = CONFIG_NET_SAMPLE_HTTPS_SERVER_SERVICE_PORT; variable
288 HTTPS_SERVICE_DEFINE(test_https_service, NULL, &test_https_service_port,