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

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-test.cpp1013 size_t req_buf_sz = 2 + snprintf(&req_buf[2], sizeof(req_buf) - 2, local
1018 ASSERT_LT(req_buf_sz, (int)sizeof(req_buf), "insufficient space for WRQ message");
1019 auto status = tftp_process_msg(ts.session, req_buf, req_buf_sz, ts.out, &ts.outlen,
1062 size_t req_buf_sz = 2 + snprintf(&req_buf[2], sizeof(req_buf) - 2, local
1067 ASSERT_LT(req_buf_sz, (int)sizeof(req_buf), "insufficient space for WRQ message");
1068 auto status = tftp_process_msg(ts.session, req_buf, req_buf_sz, ts.out, &ts.outlen, &ts.timeout, nullptr);
1125 size_t req_buf_sz = 2 + snprintf(&req_buf[2], sizeof(req_buf) - 2, local
1130 ASSERT_LT(req_buf_sz, (int)sizeof(req_buf), "insufficient space for WRQ message");
1131 auto status = tftp_process_msg(ts.session, req_buf, req_buf_sz, ts.out, &ts.outlen,
1175 size_t req_buf_sz local
1238 size_t req_buf_sz = 2 + snprintf(&req_buf[2], sizeof(req_buf) - 2, local
1301 size_t req_buf_sz = 2 + snprintf(&req_buf[2], sizeof(req_buf) - 2, local
1400 int req_buf_sz = 2 + snprintf(&req_buf[2], sizeof(req_buf) - 2, local
[all...]

Completed in 69 milliseconds