tftp_set_errorcode() is only used within LwIP_TFTP_Server.
 
Symbols
loading...
Files
loading...

tftp_set_errorcode() function

Set the errorcode in TFTP message

Syntax

void tftp_set_errorcode(char *buffer,     tftp_errorcode errCode);
Implemented in tftputils.c:60

Arguments

buffer

errCode

References

LocationReferrerText
tftputils.c:60
void tftp_set_errorcode(char *buffer, tftp_errorcode errCode)
tftputils.h:28
void tftp_set_errorcode(char *buffer, tftp_errorcode errCode);
tftpserver.c:117tftp_construct_error_message()
tftp_set_errorcode(buf, err);

Call Tree

Functions calling tftp_set_errorcode()
all items filtered out
tftp_set_errorcode()
Data read by tftp_set_errorcode()
tftp_set_errorcode()