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

tftp_construct_error_message() function

construct an error message into buf

Syntax

int tftp_construct_error_message(char *buf,     tftp_errorcode err);

Arguments

buf

pointer on buffer where to create the message

err

error code of type tftp_errorcode

Return value

References

LocationReferrerText
tftpserver.c:111
int tftp_construct_error_message(char *buf, tftp_errorcode err)
tftpserver.c:142tftp_send_error_message()
error_len = tftp_construct_error_message(buf, err);

Call Tree

Functions calling tftp_construct_error_message()
Functions called by tftp_construct_error_message()
all items filtered out
tftp_construct_error_message()
Data read by tftp_construct_error_message()
Data written by tftp_construct_error_message()
tftp_construct_error_message()
tftp_construct_error_message()::errorlen
all items filtered out