Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c1727 const struct http_header *expected_headers, in test_http2_dynamic_response_headers() argument
1740 expect_http2_headers_frame(offset, TEST_STREAM_ID_1, expected_flags, expected_headers, in test_http2_dynamic_response_headers()
1744 static void test_http2_dynamic_response_headers_default(const struct http_header *expected_headers, in test_http2_dynamic_response_headers_default() argument
1768 test_http2_dynamic_response_headers(request, request_len, expected_headers, in test_http2_dynamic_response_headers_default()
1798 const struct http_header expected_headers[] = { in test_http2_dynamic_response_header_none() local
1805 test_http2_dynamic_response_headers_default(expected_headers, ARRAY_SIZE(expected_headers), in test_http2_dynamic_response_header_none()
1845 const struct http_header expected_headers[] = { in test_http2_dynamic_response_header_422() local
1852 test_http2_dynamic_response_headers_default(expected_headers, ARRAY_SIZE(expected_headers), in test_http2_dynamic_response_header_422()
1893 const struct http_header expected_headers[] = { in test_http2_dynamic_response_header_extra() local
1901 test_http2_dynamic_response_headers_default(expected_headers, ARRAY_SIZE(expected_headers), in test_http2_dynamic_response_header_extra()
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c150 const uint8_t expected_headers[EXPECTED_HEADERS_LEN] = {0x40, 0, 0, 0, 0xc1, 0x28, 0xff}; in ZTEST_F() local
152 zassert_mem_equal(msg->cpkt.data, expected_headers, EXPECTED_HEADERS_LEN, in ZTEST_F()