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

/fuchsia/zircon/system/ulib/tftp/include/tftp/
H A Dtftp.h259 tftp_status tftp_prepare_data(tftp_session* session,
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c994 tftp_status tftp_prepare_data(tftp_session* session, function
1046 return tftp_prepare_data(session, msg_buf, msg_len, timeout_ms, file_cookie);
1090 ret = tftp_prepare_data(session,
H A Dtftp-test.cpp829 status = tftp_prepare_data(ts.session, ts.out, &ts.outlen, &ts.timeout, &td);
1617 status = tftp_prepare_data(ts.session, ts.out, &ts.outlen, &ts.timeout, &td);
1700 status = tftp_prepare_data(ts.session, data_buf, &data_buf_len, &ts.timeout, NULL);
1772 status = tftp_prepare_data(ts.session, data_buf, &data_buf_len, &ts.timeout, NULL);
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c533 tftp_prepare_data(session, tftp_out_scratch, &last_msg_size, &transport_info.timeout_ms,

Completed in 34 milliseconds