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.c286 uint8_t window_update_frame[HTTP2_FRAME_HEADER_SIZE + in send_window_update_frame() local
302 encode_frame_header(window_update_frame, sizeof(uint32_t), in send_window_update_frame()
306 window_update_frame + HTTP2_FRAME_HEADER_SIZE); in send_window_update_frame()
308 ret = http_server_sendall(client, window_update_frame, in send_window_update_frame()
309 sizeof(window_update_frame)); in send_window_update_frame()