Searched refs:tftp_file_interface (Results 1 – 10 of 10) sorted by relevance
| /system/ulib/tftp/include/tftp/ |
| A D | tftp.h | 174 } tftp_file_interface; typedef 216 tftp_file_interface* callbacks);
|
| /system/ulib/tftp/ |
| A D | tftp-fuzztest.cpp | 36 tftp_file_interface ifc = { open_read_fn, open_write_fn, read_fn, write_fn, close_fn }; in LLVMFuzzerTestOneInput()
|
| A D | tftp-test.cpp | 797 tftp_file_interface ifc = {NULL, NULL, mock_read, NULL, NULL}; in test_tftp_receive_wrq_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() 1673 tftp_file_interface ifc = {NULL, NULL, NULL, NULL, NULL}; in test_tftp_send_data_receive_ack_block_wrapping() [all …]
|
| A D | internal.h | 182 tftp_file_interface file_interface;
|
| A D | tftp-file-test.cpp | 268 tftp_file_interface file_callbacks = { file_open_read, in run_client_test() 345 tftp_file_interface file_callbacks = { file_open_read, in run_server_test()
|
| A D | tftp-example.c | 293 tftp_file_interface file_interface = {open_read_file, in main()
|
| A D | tftp.c | 247 tftp_file_interface* callbacks) { in tftp_session_set_file_interface()
|
| /system/host/netprotocol/ |
| A D | netcp.c | 205 tftp_file_interface file_ifc = {file_open_read, file_open_write, in transfer_file()
|
| /system/host/bootserver/ |
| A D | tftp.c | 243 tftp_file_interface file_ifc = {file_open_read, NULL, file_read, NULL, file_close}; in tftp_xfer()
|
| /system/core/netsvc/ |
| A D | tftp.c | 473 tftp_file_interface file_ifc = {file_open_read, file_open_write, in initialize_connection()
|
Completed in 30 milliseconds