Lines Matching refs:tftp
1 /* $NetBSD: tftp.c,v 1.4 1997/09/17 16:57:07 drochner Exp $ */
45 * - no big time differences between transfers (<tftp timeout)
53 #include <arpa/tftp.h>
61 #include "tftp.h"
80 "tftp",
222 printf("illegal tftp error %d\n", ntohs(t->th_code));
226 printf("tftp-error %d\n", ntohs(t->th_code));
261 printf("tftp type %d not handled\n", ntohs(t->th_opcode));
286 * a tftp.blksize environment variable.
288 if ((tftp_blksize = getenv("tftp.blksize")) != NULL) {
485 printf("tftp: read error\n");
501 printf("tftp: invalid offset %d\n",
518 printf("tftp: block %d not found\n", needblock);
738 printf("unexpected tftp option '%s'\n", tftp_options[i]);