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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c115 unsigned int tftp_blksize; member in struct:tftp_handle
280 char *tftp_blksize = NULL; local
288 if ((tftp_blksize = getenv("tftp.blksize")) != NULL) {
289 tftp_set_blksize(h, tftp_blksize);
310 blksize_l = sprintf(wtail, "%d", h->tftp_blksize);
329 &recvtftp, t, sizeof(*t) + h->tftp_blksize, &rtype);
335 h->tftp_blksize = SEGSIZE;
342 if (res < h->tftp_blksize) {
377 &recvtftp, t, sizeof(*t) + h->tftp_blksize, &rtype);
384 if (res < h->tftp_blksize)
[all...]

Completed in 54 milliseconds