Searched refs:outbuf_sz (Results 1 – 7 of 7) sorted by relevance
102 size_t outbuf_sz; // required member115 size_t* outbuf_sz; // required member
234 options.outbuf_sz = sizeof(out_scratch); in tftp_send_file_wrapper()255 size_t outbuf_sz = sizeof(out_scratch); in tftp_receive_file_wrapper() local256 options.outbuf_sz = &outbuf_sz; in tftp_receive_file_wrapper()
1176 if (!opts || !opts->inbuf || !opts->inbuf_sz || !opts->outbuf || !opts->outbuf_sz) { in transfer_file()1193 size_t out_sz = opts->outbuf_sz; in transfer_file()1228 .out_buf_sz = opts->outbuf_sz, in transfer_file()1266 if (!opts || !opts->inbuf || !opts->outbuf || !opts->outbuf_sz) { in tftp_service_request()1272 .out_buf_sz = *opts->outbuf_sz, in tftp_service_request()1288 if (!opts || !opts->inbuf || !opts->outbuf || !opts->outbuf_sz) { in tftp_handle_msg()1294 opts->outbuf, opts->outbuf_sz, &timeout_ms, file_cookie); in tftp_handle_msg()1295 if (*opts->outbuf_sz) { in tftp_handle_msg()1296 tftp_status send_status = session->transport_interface.send(opts->outbuf, *opts->outbuf_sz, in tftp_handle_msg()
304 opts.outbuf_sz = buf_sz; in run_client_test()375 .outbuf_sz = &buf_sz, in run_server_test()
228 opts.outbuf_sz = TFTP_BUF_SZ; in transfer_file()
261 opts.outbuf_sz = TFTP_BUF_SZ; in tftp_xfer()
537 .outbuf_sz = &last_msg_size, in tftp_recv()
Completed in 14 milliseconds