Lines Matching refs:opcode
104 if (tr->opcode == ntohs (TFTP_ERROR))
112 if (tr->opcode == ntohs (TFTP_OACK))
162 tp.opcode = htons (TFTP_ERROR);
167 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
189 else if (tr->opcode == ntohs (TFTP_DATA))
216 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK);
338 grub_printf ("opcode = 0x%x, rrq = ", (unsigned long) tp.opcode);
429 tp.opcode = htons (TFTP_RRQ);
436 + sizeof (tp.ip) + sizeof (tp.udp) + sizeof (tp.opcode) + 1);