Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dframe.h50 #define HTTP2_FLAG_PADDED 0x08 macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c1119 clear_header_flag(&frame->flags, HTTP2_FLAG_PADDED); in parse_http_frame_padded_field()
1161 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PADDED)) { in handle_http_frame_data()
1459 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PADDED)) { in handle_http_frame_headers()