tftp_opcode::TFTP_RRQ is only used within LwIP_TFTP_Server.
 
Symbols
loading...
Files
loading...

tftp_opcode::TFTP_RRQ

Syntax

TFTP_RRQ = 1;

References

LocationReferrerText
tftpserver.h:38
TFTP_RRQ = 1,
tftpserver.c:423tftp_process_read()
args->op = TFTP_RRQ;
tftpserver.c:524process_tftp_request()
case TFTP_RRQ: /* TFTP RRQ (read request) */

Data Use

Functions using tftp_opcode::TFTP_RRQ
tftp_opcode::TFTP_RRQ