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

tftp_is_correct_ack() function

Check if the received acknowledgement is correct

Syntax

u32_t tftp_is_correct_ack(char *buf,     int block);
Implemented in tftputils.c:96

Arguments

buf

block

References

LocationReferrerText
tftputils.c:96
u32_t tftp_is_correct_ack(char *buf, int block)
tftputils.h:30
u32_t tftp_is_correct_ack(char *buf, int block);
tftpserver.c:285rrq_recv_callback()
if (tftp_is_correct_ack(p->payload, args->block))

Call Tree

Functions calling tftp_is_correct_ack()
Functions called by tftp_is_correct_ack()
all items filtered out
tftp_is_correct_ack()
Data read by tftp_is_correct_ack()
tftp_is_correct_ack()
Type of tftp_is_correct_ack()
tftp_is_correct_ack()
all items filtered out