Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dframe.h61 #define HTTP2_PRIORITY_FRAME_LEN 5 macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c1567 if (frame->length != HTTP2_PRIORITY_FRAME_LEN) { in handle_http_frame_priority()
1578 client->data_len -= HTTP2_PRIORITY_FRAME_LEN; in handle_http_frame_priority()
1579 client->cursor += HTTP2_PRIORITY_FRAME_LEN; in handle_http_frame_priority()