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

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-file-test.cpp145 static fake_socket_t client_out_socket; variable
154 client_out_socket.read_ndx.store(0);
155 client_out_socket.write_ndx.store(0);
163 transport_info->in_sock = &client_out_socket;
167 transport_info->out_sock = &client_out_socket;

Completed in 73 milliseconds