Lines Matching refs:opcode
264 arpreq.opcode = htons (ARP_REQUEST);
320 tp.opcode = htons (TFTP_RRQ);
323 + sizeof (tp.ip) + sizeof (tp.udp) + sizeof (tp.opcode) + 1);
368 if (tr->opcode == ntohs (TFTP_ERROR))
376 if (tr->opcode == ntohs (TFTP_OACK))
407 tp.opcode = htons (TFTP_ERROR);
412 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
427 else if (tr->opcode == ntohs (TFTP_DATA))
446 tp.opcode = htons (TFTP_ACK);
497 rarpreq.opcode = htons (RARP_REQUEST);
780 if (arpreply->opcode == htons (ARP_REPLY)
793 if (arpreply->opcode == htons (ARP_REQUEST)
796 arpreply->opcode = htons (ARP_REPLY);
829 if (arpreply->opcode == htons (RARP_REPLY)