Lines Matching refs:tftp_file_interface
95 tftp_file_interface ifc = { open_read_fn, open_write_fn, read_fn, write_fn, close_fn }; in test_tftp_session_options()
413 tftp_file_interface ifc = {open_read_cb, open_write_cb, NULL, NULL, NULL}; in test_tftp_receive_request_send_oack()
488 tftp_file_interface ifc = {dummy_open_read, dummy_open_write, NULL, NULL, NULL}; in test_tftp_receive_request_options()
797 tftp_file_interface ifc = {NULL, NULL, mock_read, NULL, NULL}; in test_tftp_receive_wrq_oack()
899 tftp_file_interface ifc = {NULL, mock_open_write, NULL, NULL, NULL}; in test_tftp_receive_rrq_oack()
966 tftp_file_interface ifc = {NULL, NULL, mock_read, NULL, NULL}; in test_tftp_receive_oack_overrides()
1002 tftp_file_interface ifc = {NULL, in test_tftp_receive_data()
1051 tftp_file_interface ifc = {NULL, in test_tftp_receive_data_final_block()
1114 tftp_file_interface ifc = {NULL, in test_tftp_receive_data_blocksize()
1164 tftp_file_interface ifc = {NULL, in test_tftp_receive_data_windowsize()
1227 tftp_file_interface ifc = {NULL, in test_tftp_receive_data_skipped_block()
1290 tftp_file_interface ifc = {NULL, in test_tftp_receive_data_windowsize_skipped_block()
1379 tftp_file_interface ifc = {NULL, NULL, NULL, NULL, NULL}; in test_tftp_receive_data_block_wrapping()
1458 tftp_file_interface ifc = {NULL, NULL, mock_read, NULL, NULL}; in test_tftp_send_data_receive_ack()
1504 tftp_file_interface ifc = {NULL, NULL, mock_read, NULL, NULL}; in test_tftp_send_data_receive_final_ack()
1557 tftp_file_interface ifc = {NULL, NULL, mock_read, NULL, NULL}; in test_tftp_send_data_receive_ack_skipped_block()
1602 tftp_file_interface ifc = {NULL, NULL, mock_read, NULL, NULL}; in test_tftp_send_data_receive_ack_window_size()
1673 tftp_file_interface ifc = {NULL, NULL, NULL, NULL, NULL}; in test_tftp_send_data_receive_ack_block_wrapping()
1742 tftp_file_interface ifc = {NULL, NULL, NULL, NULL, NULL}; in test_tftp_send_data_receive_ack_skip_block_wrap()
1843 tftp_file_interface ifc = {open_read_should_wait, open_write_should_wait, NULL, NULL, NULL}; in test_tftp_open_should_wait()