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

tftp_opcode::TFTP_WRQ

Syntax

TFTP_WRQ = 2;

References

LocationReferrerText
tftpserver.h:39
TFTP_WRQ = 2,
tftpserver.c:473tftp_process_write()
args->op = TFTP_WRQ;
tftpserver.c:544process_tftp_request()
case TFTP_WRQ: /* TFTP WRQ (write request) */

Data Use

Functions using tftp_opcode::TFTP_WRQ
tftp_opcode::TFTP_WRQ