Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c53 static int packetsize; variable
164 if ((packetsize = getdec(&p)) < TFTP_DEFAULTSIZE_PACKET) in tftp_file_read()
200 if (len > packetsize) /* shouldn't happen */ in tftp_file_read()
223 ++bcounter, len, len < packetsize)) <= 0) in tftp_file_read()
225 if (len < packetsize) { /* End of data --- fnc should not have returned */ in tftp_file_read()
244 while (! buf_eof && (buf_read + packetsize <= FSYS_BUFLEN)) in buf_fill()
325 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET) in buf_fill()
328 grub_printf ("blksize = %d\n", packetsize); in buf_fill()
384 if (len > packetsize) in buf_fill()
388 __FILE__, __LINE__, len, packetsize); in buf_fill()
[all …]