Searched defs:remote_filename (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c291 tftp_generate_request(tftp_session* session, tftp_file_direction direction, const char* local_filename, const char* remote_filename, tftp_mode mode, size_t datalen, const uint16_t* block_size, const uint8_t* timeout, const uint16_t* window_size, void* outgoing, size_t* outlen, uint32_t* timeout_ms) argument
1162 transfer_file(tftp_session* session, void* transport_cookie, void* file_cookie, tftp_file_direction xfer_direction, const char* local_filename, const char* remote_filename, tftp_request_opts* opts) argument
1235 tftp_push_file(tftp_session* session, void* transport_cookie, void* file_cookie, const char* local_filename, const char* remote_filename, tftp_request_opts* opts) argument
1245 tftp_pull_file(tftp_session* session, void* transport_cookie, void* file_cookie, const char* local_filename, const char* remote_filename, tftp_request_opts* opts) argument

Completed in 64 milliseconds