Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c289 uint8_t window_update_frame[HTTP2_FRAME_HEADER_SIZE + in send_window_update_frame() local
305 encode_frame_header(window_update_frame, sizeof(uint32_t), in send_window_update_frame()
309 window_update_frame + HTTP2_FRAME_HEADER_SIZE); in send_window_update_frame()
311 ret = http_server_sendall(client, window_update_frame, in send_window_update_frame()
312 sizeof(window_update_frame)); in send_window_update_frame()