Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dframe.h51 #define HTTP2_FLAG_PRIORITY 0x20 macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c1142 clear_header_flag(&frame->flags, HTTP2_FLAG_PRIORITY); in parse_http_frame_priority_field()
1466 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PRIORITY)) { in handle_http_frame_headers()