Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c105 int currblock; /* contents of lastdata */ member
350 h->currblock = 0; in tftp_makereq()
375 h->currblock = 1; in tftp_makereq()
380 tftp_sendack(h, h->currblock); in tftp_makereq()
408 wbuf.t.th_block = htons((u_short)h->currblock); in tftp_getnextblock()
426 h->currblock++; in tftp_getnextblock()
433 wbuf.t.th_block = htons((u_short)h->currblock); in tftp_getnextblock()
546 while (tftpfile->currblock < needblock) { in tftp_read()
564 if (tftpfile->currblock == needblock) { in tftp_read()
679 if (tftpfile->currblock == 1) in tftp_preload()
[all …]