th_opcode         115 lib/libsa/tftp.c 	switch (ntohs(t->th_opcode)) {
th_opcode         145 lib/libsa/tftp.c 		printf("tftp type %d not handled\n", ntohs(t->th_opcode));
th_opcode         167 lib/libsa/tftp.c 	wbuf.t.th_opcode = htons((u_short) RRQ);
th_opcode         210 lib/libsa/tftp.c 	wbuf.t.th_opcode = htons((u_short) ACK);
th_opcode         244 lib/libsa/tftp.c 		wbuf.t.th_opcode = htons((u_short) ACK);
th_opcode         247 lib/libsa/tftp.c 		wbuf.t.th_opcode = htons((u_short) ERROR);
th_opcode          77 lib/libsa/tftp.h 	short	th_opcode;		/* packet type */