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

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-file-test.cpp289 char* msg_in_buf = reinterpret_cast<char*>(malloc(buf_sz)); local
290 ASSERT_NONNULL(msg_in_buf, "memory allocation failure");
300 opts.inbuf = msg_in_buf;
365 char* msg_in_buf = reinterpret_cast<char*>(malloc(buf_sz)); local
366 ASSERT_NONNULL(msg_in_buf, "memory allocation failure");
371 tftp_handler_opts opts = { .inbuf = msg_in_buf,

Completed in 27 milliseconds