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

/illumos-gate/usr/src/boot/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);
324 h->currblock = 0;
339 h->currblock = 1;
369 wbuf.t.th_block = htons((u_short) h->currblock);
374 h->iodesc->xid = h->currblock + 1; /* expected block */
382 h->currblock++;
389 wbuf.t.th_block = htons((u_short) h->currblock);
473 if (tftpfile->currblock > needblock) { /* seek backwards */
479 while (tftpfile->currblock < needbloc
[all...]

Completed in 45 milliseconds