Home | History | Annotate | Download | only in tftpd

Lines Matching defs:tftp_blksize

92 static int	tftp_blksize = SEGSIZE;
480 tftp_blksize = bsize;
970 size = readit(file, &dp, tftp_blksize, pf->f_convert);
989 read_ahead(file, tftp_blksize, pf->f_convert);
992 n = recvfrom(peer, ackbuf, tftp_blksize, 0,(struct sockaddr
1018 (void) synchnet(peer, tftp_blksize);
1031 if (block == UINT16_MAX && size == tftp_blksize)
1035 } while (size == tftp_blksize || block == 1);
1087 n = recvfrom(peer, dp, tftp_blksize + 4, 0, (struct sockaddr
1112 (void) synchnet(peer, tftp_blksize);
1132 } while (size == tftp_blksize);