Home
last modified time | relevance | path

Searched refs:HTTP_PORT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/net/sockets/http_get/src/
Dhttp_get.c36 #define HTTP_PORT "443" macro
38 #define HTTP_PORT "80" macro
72 ":" HTTP_PORT HTTP_PATH "\n"); in main()
76 st = getaddrinfo(HTTP_HOST, HTTP_PORT, &hints, &res); in main()
/Zephyr-latest/samples/net/cloud/tagoio_http_post/src/
Dsockets.c26 #define HTTP_PORT "80" macro
53 port = HTTP_PORT; in tagoio_connect()
110 req.port = HTTP_PORT; in tagoio_http_push()
/Zephyr-latest/samples/net/sockets/http_client/src/
Dmain.c17 #define HTTP_PORT 8000 macro
159 int port = HTTP_PORT; in run_queries()