Home
last modified time | relevance | path

Searched refs:tftp_presize (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/net/udp/
Dtftp.c248 static int tftp_presize ( struct tftp_request *tftp, size_t filesize ) { in tftp_presize() function
769 if ( ( rc = tftp_presize ( tftp, tftp->tsize ) ) != 0 ) in tftp_rx_oack()
855 if ( ( rc = tftp_presize ( tftp, ( offset + data_len ) ) ) != 0 ) in tftp_rx_data()