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

tftp_extract_filename() function

Extracts the filename from TFTP message

Syntax

void tftp_extract_filename(char *fname,     char *buf);
Implemented in tftputils.c:42

Arguments

fname

buf

References

LocationReferrerText
tftputils.c:42
void tftp_extract_filename(char *fname, char *buf)
tftputils.h:25
void tftp_extract_filename(char *fname, char *buf);
tftpserver.c:527process_tftp_request()
tftp_extract_filename(FileName, pkt_buf->payload);
tftpserver.c:547process_tftp_request()
tftp_extract_filename(FileName, pkt_buf->payload);

Call Tree

Functions calling tftp_extract_filename()
Functions called by tftp_extract_filename()
all items filtered out
tftp_extract_filename()
strcpy()
all items filtered out
Data read by tftp_extract_filename()
tftp_extract_filename()