Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/mgmt/hawkbit/
Dhawkbit.c86 struct http_request http_req; member
810 memset(&hb_context.http_req, 0, sizeof(hb_context.http_req)); in send_request()
812 hb_context.http_req.url = hb_context.url_buffer; in send_request()
813 hb_context.http_req.method = method; in send_request()
814 hb_context.http_req.host = CONFIG_HAWKBIT_SERVER; in send_request()
815 hb_context.http_req.port = CONFIG_HAWKBIT_PORT; in send_request()
816 hb_context.http_req.protocol = "HTTP/1.1"; in send_request()
817 hb_context.http_req.response = response_cb; in send_request()
818 hb_context.http_req.recv_buf = hb_context.recv_buf_tcp; in send_request()
819 hb_context.http_req.recv_buf_len = sizeof(hb_context.recv_buf_tcp); in send_request()
[all …]