Home
last modified time | relevance | path

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

/external/syslinux/core/fs/pxe/
Dgpxeurl.c40 socket->tftp_filepos += file_read.BufferSize; in gpxe_get_packet()
43 inode->size = socket->tftp_filepos; in gpxe_get_packet()
46 if (inode->size > socket->tftp_filepos) in gpxe_get_packet()
Dcore.c329 inode->size = socket->tftp_filepos; in core_tcp_fill_buffer()
341 socket->tftp_filepos += len; in core_tcp_fill_buffer()
Dtftp.c156 socket->tftp_filepos += buffersize; in tftp_get_packet()
163 inode->size = socket->tftp_filepos; in tftp_get_packet()
Dpxe.h139 uint32_t tftp_filepos; /* bytes downloaded (including buffer) */ member
Dhttp.c372 socket->tftp_filepos -= response_size; in http_open()
Dpxe.c223 if (socket->tftp_bytesleft || (socket->tftp_filepos < inode->size)) { in pxe_getfssec()
/external/syslinux/efi/
Dtcp.c233 inode->size = socket->tftp_filepos; in core_tcp_fill_buffer()
249 socket->tftp_filepos += len; in core_tcp_fill_buffer()