Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c56 struct http2_frame *frame = &client->current_frame; in print_http_frames()
322 struct http2_frame *frame) in send_http2_404()
344 struct http2_frame *frame) in send_http2_405()
360 struct http2_frame *frame) in send_http2_409()
374 struct http2_frame *frame, int error_code) in send_http2_500()
415 struct http2_frame *frame, struct http_client_ctx *client) in handle_http2_static_resource()
455 struct http2_frame *frame, in handle_http2_static_fs_resource()
559 static int http2_dynamic_response(struct http_client_ctx *client, struct http2_frame *frame, in http2_dynamic_response()
624 struct http2_frame *frame = &client->current_frame; in dynamic_get_del_req_v2()
678 struct http2_frame *frame = &client->current_frame; in dynamic_post_put_req_v2()
[all …]
/Zephyr-latest/include/zephyr/net/http/
Dserver.h367 struct http2_frame { struct
432 struct http2_frame current_frame;
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c588 static void test_get_frame_header(size_t *offset, struct http2_frame *frame) in test_get_frame_header()
604 struct http2_frame frame; in expect_http2_settings_frame()
654 struct http2_frame frame; in expect_http2_headers_frame()
680 struct http2_frame frame; in expect_http2_data_frame()
704 struct http2_frame frame; in expect_http2_window_update_frame()
2436 struct http2_frame *frame; in ZTEST()