Lines Matching refs:tftp
91 /* Send a tftp read request or acknowledgement
150 /* Attempt to tftp a file and read it into memory */
173 printf("%x \r", tftp->info.block*512);
180 if (tftp->info.op_code == FTPOP_ERR) {
181 printf("TFTP: Download error %d: %s\n",
182 tftp->info.block, tftp->data);
185 if (tftp->info.block != last_ack + 1) {
187 if (tftp->info.block < last_ack +1) {
189 do_send_tftp(tftp->info.block);
202 &tftp->data, oldlen - 12);
204 memcpy(loadat, &tftp->data, oldlen - 12);