Searched refs:currblock (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dtftp.c110 int currblock; /* contents of lastdata */ member in struct:tftp_handle
177 wbuf.t.th_block = htons((u_short) h->currblock);
317 h->currblock = 0;
332 h->currblock = 1;
362 wbuf.t.th_block = htons((u_short) h->currblock);
367 h->iodesc->xid = h->currblock + 1; /* expected block */
375 h->currblock++;
382 wbuf.t.th_block = htons((u_short) h->currblock);
450 if (tftpfile->currblock > needblock) { /* seek backwards */
456 while (tftpfile->currblock < needbloc
[all...]

Completed in 60 milliseconds