Searched refs:test_params (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-file-test.cpp20 struct test_params { struct
39 int initialize_files(struct test_params* tp) {
252 bool run_client_test(struct test_params* tp) {
322 auto* tp = reinterpret_cast<test_params*>(arg);
329 bool run_server_test(struct test_params* tp) {
387 auto* tp = reinterpret_cast<test_params*>(arg);
392 bool run_one_test(struct test_params* tp) {
412 struct test_params tp = {.direction = DIR_SEND, .filesz = 1000000, .winsz = 20, .blksz = 1000};
418 struct test_params tp = {.direction = DIR_SEND, .filesz = 2100000, .winsz = 9999, .blksz = 8};
424 struct test_params t
[all...]

Completed in 73 milliseconds