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

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-test.cpp474 static bool test_tftp_receive_request_options(tftp_file_direction dir, function
584 return test_tftp_receive_request_options(SEND_FILE, nullptr, &kDefaultTimeout, nullptr,
592 return test_tftp_receive_request_options(SEND_FILE, &kDefaultBlocksize, nullptr, nullptr,
599 return test_tftp_receive_request_options(SEND_FILE, nullptr, nullptr, nullptr,
612 return test_tftp_receive_request_options(
626 return test_tftp_receive_request_options(
636 return test_tftp_receive_request_options(
645 return test_tftp_receive_request_options(RECV_FILE, nullptr, &kDefaultTimeout, nullptr,
653 return test_tftp_receive_request_options(RECV_FILE, &kDefaultBlocksize, nullptr, nullptr,
660 return test_tftp_receive_request_options(RECV_FIL
[all...]

Completed in 62 milliseconds