Lines Matching refs:test_data_large
46 static uint8_t test_data_large[2000]; variable
107 zassert(offset + len <= sizeof(test_data_large), "Out of bound data"); in verify_test_data_large()
110 zassert_equal(buf[i], test_data_large[offset + i], "Invalid data"); in verify_test_data_large()
780 len = sizeof(test_data_large); in test_tx_chksum_udp_frag()
781 ret = net_context_sendto(net_ctx, test_data_large, len, &dst_addr, in test_tx_chksum_udp_frag()
884 params.data = test_data_large; in test_tx_chksum_icmp_frag()
885 params.data_size = sizeof(test_data_large); in test_tx_chksum_icmp_frag()
1070 len = sizeof(test_data_large); in test_rx_chksum_udp_frag()
1071 ret = net_context_sendto(net_ctx, test_data_large, len, &dst_addr, in test_rx_chksum_udp_frag()
1129 len = sizeof(test_data_large); in test_rx_chksum_udp_frag_bad()
1130 ret = net_context_sendto(net_ctx, test_data_large, len, &dst_addr, in test_rx_chksum_udp_frag_bad()
1224 params.data = test_data_large; in test_rx_chksum_icmp_frag()
1225 params.data_size = sizeof(test_data_large); in test_rx_chksum_icmp_frag()
1282 params.data = test_data_large; in test_rx_chksum_icmp_frag_bad()
1283 params.data_size = sizeof(test_data_large); in test_rx_chksum_icmp_frag_bad()
1325 for (size_t i = 0; i < sizeof(test_data_large); i++) { in net_chksum_offload_tests_setup()
1326 test_data_large[i] = (uint8_t)i; in net_chksum_offload_tests_setup()