TFTP_ACK_PKT_LEN is only used within LwIP_TFTP_Server.
 
Symbols
loading...
Files
loading...

TFTP_ACK_PKT_LEN macro

Syntax

#define TFTP_ACK_PKT_LEN (TFTP_OPCODE_LEN + TFTP_BLKNUM_LEN)

References

LocationText
tftpserver.h:33
#define TFTP_ACK_PKT_LEN (TFTP_OPCODE_LEN + TFTP_BLKNUM_LEN)
tftpserver.c:185
char packet[TFTP_ACK_PKT_LEN];
tftpserver.c:197
return tftp_send_message(upcb, to, to_port, packet, TFTP_ACK_PKT_LEN);