Searched refs:th_opcode (Results 1 – 6 of 6) sorted by relevance
823 tp->th_opcode = ntohs(tp->th_opcode); in main()824 if(tp->th_opcode == opcode_RRQ || tp->th_opcode == opcode_WRQ) { in main()915 fprintf(server, "opcode = %x\n", tp->th_opcode); in do_tftp()978 ecode = validate_access(test, filename, tp->th_opcode); in do_tftp()993 if(tp->th_opcode == opcode_WRQ) in do_tftp()1183 sdp->th_opcode = htons((unsigned short)opcode_DATA); in sendtftp()1218 sap->th_opcode = ntohs((unsigned short)sap->th_opcode); in sendtftp()1221 if(sap->th_opcode == opcode_ERROR) { in sendtftp()1226 if(sap->th_opcode == opcode_ACK) { in sendtftp()1261 rap->th_opcode = htons((unsigned short)opcode_ACK); in recvtftp()[all …]
45 short th_opcode; /* packet type */ member
10 short th_opcode; member