Searched refs:TFTP_RRQ (Results 1 - 2 of 2) sorted by path

/u-boot/net/
H A Dtftp.c34 #define TFTP_RRQ 1 macro
335 *s++ = htons(tftp_state == STATE_SEND_RRQ ? TFTP_RRQ :
338 *s++ = htons(TFTP_RRQ);
477 case TFTP_RRQ:
/u-boot/test/image/
H A Dspl_load_net.c91 #define TFTP_RRQ 1 macro
137 if (htons(tftp->opcode) != TFTP_RRQ)

Completed in 77 milliseconds