th_code           133 lib/libsa/tftp.c 		if ((unsigned) ntohs(t->th_code) >= 8) {
th_code           134 lib/libsa/tftp.c 			printf("illegal tftp error %d\n", ntohs(t->th_code));
th_code           138 lib/libsa/tftp.c 			printf("tftp-error %d\n", ntohs(t->th_code));
th_code           140 lib/libsa/tftp.c 			errno = tftperrors[ntohs(t->th_code)];
th_code           248 lib/libsa/tftp.c 		wbuf.t.th_code = htons((u_short) ENOSPACE); /* ??? */